Javascript and MAC error
Hi,
I have the following code in my page to submit a form in a page every second, now this works fine in IE installed on a PC but doesn't seem to work in IE5.1 installed on a MAC any ideas?
<SCRIPT LANGUAGE="JavaScript"><!--
setTimeout('document.form1.submit()',1000);
//--></SCRIPT>
|