Hi,
This is my first post.
In an ASP page I have a form and I need VB Script code that will submit the form without waiting for the user to click the submit button. Can anyone help me? Thanks.
Franco
Printable View
Hi,
This is my first post.
In an ASP page I have a form and I need VB Script code that will submit the form without waiting for the user to click the submit button. Can anyone help me? Thanks.
Franco
How can you submit the form without the user hitting submit? How will you know when they are done with the form?
CMangano:
I'm receiving a form from another page, and all I need to do is append a field to it and send it back. There is no user interaction.
Franco
Use hidden HTML input tags for your received data and put them inside of a form. In the window_onload event call the form's submit() method.