Tech Info
Saturday, January 15, 2011
submit a form using javascript
document.formname.submit(); //It will work when we are using single form in a page
document.forms['formname'].submit(); //It will work when we are using multiple forms
// above formname is our formname
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment