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???
Printable View
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???
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
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.