Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Getting HTML source from web pages to include in my ASP scripts

0 views
Skip to first unread message

Chris

unread,
Sep 3, 2003, 1:07:53 PM9/3/03
to
I am running an ASP script which I require to get the source html from
some URL so I can pick out bits of this and include the data in my
webpage. So it should have a function something like this:

Function GetHTMLSource(String URL)

which retuns the source for example as a string or an array of strings

I'm not sure how to tackle getting the html source. I've tried setting
up an Internet Explorer object and also using the
createDocumentFromUrl function which have worked in VB but I can't get
to work in ASP

Any ideas please. Thanks

Ray at <%=sLocation%>

unread,
Sep 3, 2003, 1:20:41 PM9/3/03
to
http://www.aspfaq.com/2173

Ray at work

"Chris" <dchri...@hotmail.com> wrote in message
news:858e1ebe.0309...@posting.google.com...

Chris

unread,
Sep 3, 2003, 5:16:47 PM9/3/03
to
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message news:<OAuF1#jcDHA...@TK2MSFTNGP10.phx.gbl>...

That's great cheers Ray

0 new messages