How to auto submit a form?

VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)

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()”>

No related Tech posts.

About the Author