Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > Re: Reading HTM...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 5 Topic 5627 of 6457
Post > Topic >>

Re: Reading HTML (web) page through socket

by rhyme2ri2 <rhyme2ri2@[EMAIL PROTECTED] > Apr 10, 2008 at 04:05 AM

On Apr 10, 12:34 am, Jean H <jghas...@[EMAIL PROTECTED]
>
wrote:
> rhyme2ri2 wrote:
> > Hello all,
>
> > I want to read an html(web) page. I am able to do this using socket
> > but the problem is that i don't know the size of the page. Is there
> > any possible way to know the size of page before reading it using
> > sockets. The size is needed as i need to allocate buffer on the basis
> > of this size.
>
> > Or, if there is a better way to read an html(web) page in idl then
> > please let me know.
>
> > Thanks & Regards
> > -Ritu
>
> If you have IDL 6.4 and up, you can use:
>
> url = 'http://www.google.com'
> ourl = obj_new('IDLnetURL')
> content = ourl->get(url=url, filename = outName)
> obj_destroy, ourl
>
> the whole page (and HTML code) is saved in the variable content, no
> matter what size it is!
>
> Jean

Yup....

I know abt that....but to my bad luck I'v to use IDL 6.3..

But then I got one routine named webget() which does the same
functionality..

Regards
-Ritu8
 




 5 Posts in Topic:
Reading HTML (web) page through socket
rhyme2ri2 <rhyme2ri2@[  2008-04-09 12:11:16 
Re: Reading HTML (web) page through socket
rhyme2ri2 <rhyme2ri2@[  2008-04-09 12:30:29 
Re: Reading HTML (web) page through socket
Jean H <jghasban@[EMAI  2008-04-09 13:34:46 
Re: Reading HTML (web) page through socket
rhyme2ri2 <rhyme2ri2@[  2008-04-10 04:05:40 
Re: Reading HTML (web) page through socket
Jeremy <JeremyFaden@[E  2008-04-18 06:31:27 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 20:55:53 CST 2008.