Jump to content

form


westman

Recommended Posts

YES, with javascript.EXAMPLE:NORMAL HTML FORM

<form id='sub' action='reg.php' method='post'><input type='text' id='email'/></form>

LINK TO CLICK

<a href="javascript:document.getElementById('sub').submit()">Submit</a>

Note that when javascript is disabled in the browser, you® form will not submit!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...