How to auto submit a form?
Filed in Programming and Scripting, Webmasters on Jan.11, 2009
How to auto submit a form?
To auto submit a form, you can place the submit funtion in the onLoad parameter in the <body> tag.
e.g. <body onload=”$(’formname’).submit()”>
VN:F [1.0.8_357]please wait…Rating: 0.0/10 (0 votes cast)
