HighDots Forums  

Re: Auto-Press Button

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: Auto-Press Button in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Evertjan.
 
Posts: n/a

Default Re: Auto-Press Button - 04-17-2004 , 12:13 PM






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)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.