LightWindow not working in Internet Explorer IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yairnazz
    New Member
    • Feb 2009
    • 3

    LightWindow not working in Internet Explorer IE

    For those of you familiar with lightwindow,
    This is one of the codes for a game on my site, when i use it for firefox it works great but when i try to use it with internet explorer i get Error: invalid argument

    TRY IT PLEASE I NEED HELP!
    html tester - http://jmarshall.com/easy/html/testbed.html
    Code:
    <html>
    <head>
    <script type="text/javascript" src="http://www.cravedgames.com/box/javascript/prototype.js"></script>
    <script type="text/javascript" src="http://www.cravedgames.com/box/javascript/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="http://www.cravedgames.com/box/javascript/lightwindow.js"></script>
    <link rel="stylesheet" href="http://www.cravedgames.com/box/css/lightwindow.css" type="text/css" media="screen" />
    </head>
    <body>
    <a href="http://www.dabontv.com/games/platformracing2.swf" class="lightwindow" params="lightwindow_width=550,lightwindow_height=411" title="Platform Racing 2"><img src="http://www.cravedgames.com/images/platformracing2.jpg" width="111" height="111" border="0" alt=""></a>
    </body>
    </html>
    Last edited by Frinavale; Feb 20 '09, 09:50 PM. Reason: added [code] tags
  • jenkinsloveschicken
    New Member
    • Dec 2006
    • 56

    #2
    What version of IE are you using? I keep the problematic(alb eit necessary) IE6 SP2 around for testing and this code snippet works in the HTML tester provided with IE6. Also works fine in FF3.

    Do you have friendly errors turned off? If so, what is the line and var error indicated in the IE JS error window?

    If you are using IE6(not sure where it is in 7), try going to Tools > Internet Options > Advanced Tab - Then uncheck the "Disable Script Debugging (Internet Explorer)" option. This should allow you to isolate the source of your issue.


    Cheers,
    Jenkins

    Comment

    • yairnazz
      New Member
      • Feb 2009
      • 3

      #3
      Welllll

      well im using the latest internet explorer i believe it 7 or something, but my friends have tried it as well and it did not seem to work :( the thing is if it doesnt work for me then whos to say other people who go on my site wont have problems

      Comment

      • yairnazz
        New Member
        • Feb 2009
        • 3

        #4
        oh yeah and although it doesnt work for me the actual demos from the developer work (but theirs a totally black background which im fine with[in IE])

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Check the versions of prototype/scriptaculaous + the lightwindow that you're using. Perhaps they're not compatible or not the latest versions.

          Comment

          Working...