General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Force a Submit on a form load?
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.