Evertjan. wrote on 17 apr 2004 in microsoft.public.inetserver.asp.general:
Quote:
Al wrote on 17 apr 2004 in microsoft.public.inetserver.asp.general:
I tried <body onload="document.Myform.submit();"> and did not work what
would be the proper way to do it
Perhaps I made a coding error,
but please do not continue this off-topic subject here.
Try: comp.lang.javascript |
<body onload="document.getElementById('myForm').submit() ;">
<form action="http://cnn.com/" id="myForm">
<input type="hidden" name="myName" value="1234">
</form>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)