mhamilton3
Programmer
- Oct 31, 2001
- 129
I have what appears to be a very simple piece of code that redirects an index page to a secure page. I am using a generic certificate from a hosting company so I can not simply use Here is the code
<BODY onload="document.forms[0].submit()">
<form action="</form>
</BODY>
Is the document.forms[0].submit() a problem with IE (5.0) on the MAC?
Thanks.
<BODY onload="document.forms[0].submit()">
<form action="</form>
</BODY>
Is the document.forms[0].submit() a problem with IE (5.0) on the MAC?
Thanks.