Login  
Search All Forums
Dart Home | PowerTCP Web for ActiveX | Custom Development Reply | PowerTCP Web for ActiveX Topics | Forums   
AuthorForum: PowerTCP Web for ActiveX
Topic: ASP code isnt working. Help!
shawnfunnyahoo

From: LA, CA USA
Posts: 9
Member Since: 01/30/04
posted February 2, 2004 1:17 AM

Dim strHTTPText

Set Http1 = Server.CreateObject("Dart.Http.1")  

Http1.Cookies = False
Http1.Url = "http://www.test.com/phoenix/contact_general.htm"
Http1.Get strHTTPText
response.write strHTTPText
shawnfunnyahoo

From: LA, CA USA
Posts: 9
Member Since: 01/30/04
posted February 2, 2004 1:25 AM

The strHTTPText is returning nothing, but it takes a second to load so I know its getting the page.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted February 2, 2004 8:54 AM

You forgot to make it a string by calling:

strHTTPText = ""

Dimmed objects do not have types until you use them.
Reply | PowerTCP Web for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX