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

Javascript Submit

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Is it possible to submit a form using javascript?
 
yes!

document.form_name.submit();

but make sure to replace the forms actual name in.

ex:

<form name=myUserLogin action=&quot;cgi-bin/login.cgi&quot; method=&quot;post&quot;>
.
.
.
.
</form>

theEclipse
eclipse_web@hotmail.com
robacarp.webjump.com
**-Trying to build a documentation of a Javascript DOM, crossbrowser, of course. E-mail me if you know of any little known events and/or methods, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top