Javascript automatically submit a form
September 8th, 2006 Posted in JavascriptSimply remove the sumit button and place this after the form. Once your browser reads in this script the form will submit.
JAVASCRIPT:
-
document.form1.submit();