Click to See Complete Forum and Search --> : HTTP POST with Internet Transfer Control


December 21st, 1999, 02:38 AM
I'm trying to post data with the Internet Transfer Control 6.0. But it doesn't seem to work.
Does anyone have an idéa???

Sudharshaan
December 28th, 1999, 02:35 AM
2 methods work
one is inet1.openurl("http://page name")
inet1.execute()

u dont have to use or specify get or post method i u want to get the values in ur cgi application like say ASP

in ASP PAGE write REquest("querystring") it will return ur value

Sudharshaan

January 6th, 2000, 10:57 AM
I've had the same problem, however you can create an invisible web browser control create an html page on the fly with all your post data in and then navigate to a program using the wb control.