Using Javascript to submit a form
Posted
by Webnet
on Stack Overflow
See other posts from Stack Overflow
or by Webnet
Published on 2010-03-17T20:01:19Z
Indexed on
2010/03/17
20:11 UTC
Read the original article
Hit count: 201
extjs
|JavaScript
I'm using ExtJS on a registration page which should have no effect on this.
<form name="registerform" id="registerform" method="POST" action="registerProcess.php">
I have that form and the javascript
document.registerform.submit()
will not submit the form.... any ideas?
© Stack Overflow or respective owner