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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is there a way to automatically submit a form?

Status
Not open for further replies.

aolb

Programmer
Apr 16, 2002
180
GB
is there a way to automatically submit a form without the submit button?
 
You can attach a submit to any event....

<body onLoad=&quot;document.myForm.submit()&quot;>

<td onMouseOver=&quot;document.myForm.submit()&quot;>

<select onChange=&quot;document.myForm.submit()&quot;>

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top