|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
reading html from a given URL request without displaying in the browser |
From: |
Mark Gilligan |
Date: |
9/1/2000 6:30:49 PM |
IP: |
207.149.236.17 |
Hello,
I would like to request a page using a particular URL and store it into a variable to be parsed and used for other parts of my asp page. For example:
dim x
x=GetHTMLString(www.yahoo.com)
then be able to use any string function on the string object"x"
Thanks,
Mark
|
|
|
|
|
|
|
|
|
|
|
|
|