Problem with the Code

Discussion in 'Programming' started by Jackiemon, Mar 8, 2008.

  1. #1
    I have a problem with my Picture hosting site . It's Ok if I enter by FireFox , but when I try to enter my site by Internet Explorer , an error occurs , and there is a messeage :

    Example: http://www.uploadscriptdemo.com/

    Can any help me with cheap price. Thank you very much.
     
    Jackiemon, Mar 8, 2008 IP
  2. killerj

    killerj Active Member

    Messages:
    765
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    95
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Open http://www.uploadscriptdemo.com/source/includes/genjscript.js with your favorite FTP client and
    delete the codes :
    if (navigator.userAgent.toLowerCase().indexOf("msie") != -1 && navigator.userAgent.toLowerCase().indexOf("opera") == -1 && parseInt(navigator.appVersion) < 7 && get_cookie("in_explorer") == false) {
    	set_cookie("in_explorer", "true", 365);
    	alert("Hmm... your browser is not officialy supported.\n\nWe recommened you download a supported browser (e.g. Firefox, Opera, or Safari).\n\nContinue at your own risk.");
    }
    
    Code (markup):
     
    killerj, Mar 8, 2008 IP