Click to See Complete Forum and Search --> : making a http request from an ActiveX control


swatirs
August 17th, 2001, 12:53 AM
Can i make a http request from an activeX control to a asp page. Are there any standard controls or dlls available for perfoming this task. If so what are they? Pls help fast...

Gek
August 17th, 2001, 01:35 AM
There's an OCX "Microsoft Internet Transfer Control".

Just include it in a form and use the execute method to do a http request.

HTH
Daniel