VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Form Post Example (Name Value Pairs)

by Paul Schirf (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

This class wraps the MSXML.XMLHTTPRequest to allow a simple HTTP FORM POST. A sample program and FormReceive.asp handler is included.

Inputs
The sample code includes an example of how to add name/value pairs to the object.
Assumes
Reference to the MSXML 2.0 DLL to do the post, even though the post and result do not have to be XML.
Code Returns
A String containing the web server response.

Rate Form Post Example (Name Value Pairs)

Upload

Download this snippet    Add to My Saved Code

Form Post Example (Name Value Pairs) Comments

No comments have been posted about Form Post Example (Name Value Pairs). Why not be the first to post a comment about Form Post Example (Name Value Pairs).

Post your comment

Subject:
Message:
0/1000 characters