Results 1 to 4 of 4

Thread: How do I submit a HTTP POST message with VS Script?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    2

    How do I submit a HTTP POST message with VS Script?

    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

  2. #2
    CMangano
    Guest
    How can you submit the form without the user hitting submit? How will you know when they are done with the form?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    2
    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

  4. #4
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width