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
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>
Comment