Click to See Complete Forum and Search --> : How do I submit a HTTP POST message with VS Script?
UTHornFan
Jul 5th, 2001, 06:51 PM
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
CMangano
Jul 5th, 2001, 07:10 PM
How can you submit the form without the user hitting submit? How will you know when they are done with the form?
UTHornFan
Jul 5th, 2001, 07:44 PM
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
monte96
Jul 6th, 2001, 01:13 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.