Force a Submit on a form load? - TechRepublic
General discussion
December 7, 2001 at 02:41 AM
3wadman

Force a Submit on a form load?

by 3wadman . Updated 24 years, 6 months ago

How can you click a SUBMIT button using CODE?

I would like to use a form POST or GET in a ASP page without needing the visitor to click the Submit button.

In VB you can click any button by changing the VALUE of the object. Seems like either (windows.object.submit = True or document.all.object(1) = -1) VBSCRIPT or JSCRIPT should be able to trick the browser into sending its ‘pair values’ to another ASP page.

This discussion is locked

All Comments