Page one.asp has a seried of dropdowns for criteria. Page two.asp
lists results based on the criteria selected in page one.
The pages use form post to pass parameters between themselves. No
querystring params.
Is there any way I can make a custom http message that posts directly
to page two.asp and renders in IE?
I've been using fiddler to monitor the http between the 2 pages but I
don't know how to take what's createrd in fiddler and post it to
internet explorer.
Any help would be appreciated.
Thanks
Eric