cannot make it run in IE7 (version 7.0.5730.11 italian language)

this is my code :

<script src="prototype1.5.js" type="text/javascript"></script>
<script src="control.modal.2.0.0.RC1.js" type="text/javascript"></script>
<html>
<body onload="javascript:test()">
</body>
</html>
<script LANGUAGE="JavaScript" TYPE="text/javascript">
function test() {
Control.Modal.open('contents of modal');
}
</script>

it works fine in Firefox but not in IE7 giving an error at line 285 char 4 : property or method not supported by object.

Posted June 11th, 2007 at 10:02am by silvio

Thanks! I will test this and have it fixed for RC2.

Posted June 11th, 2007 at 3:54pm by ryan

Login or Register to Post