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.