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.
Returns
A String containing the web server response.