Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

body onload easy question

Status
Not open for further replies.

millzy7

Programmer
Dec 9, 2003
96
US
Hi

I have my form set up but i want the form action to occur as soon as the body is loaded. Any ideas? Cheers
 
Code:
<body onload=&quot;document.thisForm.submit();&quot;>
   <form name=&quot;thisForm&quot; action=&quot;sendme.asp&quot;>
   </form>
</body>

Good Luck :)

Take Care,
Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top