I'm in need of an example of VB script to handle the following scenario...
1) User fills in an HTML form with a Post action to an URL.
2) The web page successfully sends the data and receives a response from the target post URL.
My challenge is to implement code that will acquire the response from the Post Action URL and store it in a variable to be parsed and used later in the web page.
The page is currently in ASPX but I'm open to other suggestions.