Results 1 to 2 of 2

Thread: Http post to asp

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Bath, England
    Posts
    45

    Question Http post to asp

    How do I post a parameter from a VB app running on a client machine to an asp on a server ?
    SJRigby

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Fairly easily if you use the GET method for the ASP. Just open an URL with the parameters appended to the end with the usual ?parm1=val1&parm2=val2 etc string on the end. Then you can use Request.QueryString() to get whichever parameter you want from the URL the VB app requests.
    Harry.

    "From one thing, know ten thousand things."

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