comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: How to get the text contant of the webpage,using the IDLnetURL?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: How to get the text contant of the webpage,using the IDLnetURL? [message #55158] Thu, 02 August 2007 18:22 Go to previous message
linglimu is currently offline  linglimu
Messages: 7
Registered: December 2006
Junior Member
> Try like this:
>
> IDL> ourl = obj_new('IDLnetURL')
> IDL> content = ourl->get(url='http://www.google.com', /string_array)
> IDL> obj_destroy, ourl
> IDL> print, content
> <html><head>... etc
>
> Mike
> --www.michaelgalloy.com

Mike,
Thanks for your answer.I have used the URL_HOST and URL_PATH to set
the address,Some pages were not accessible.Now the pages all can be
accessed using the method you provided.
[Message index]
 
Read Message
Read Message
Previous Topic: Re: speed, size, contouring
Next Topic: how to confirm whether the webpage is accessible?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 14:51:41 PDT 2025

Total time taken to generate the page: 0.80190 seconds