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

Home » Public Forums » archive » Re: Read HTML Page?
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: Read HTML Page? [message #27447 is a reply to message #27443] Tue, 23 October 2001 11:11 Go to previous messageGo to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
Holger Nies <nies@nv.et-inf.uni-siegen.de> writes:

> Hallo!
> I'm looking for a procedure, I can use to read an Internet page in IDL.
> Is there anybody, who has experience in this area?
> Thank You.
>
> Holger
>

Hi,

If you have a newer version of IDL, won't the SOCKET procedure work?
This little toy worked for me. Someone at RSI claimed that this
*shouldn't* work, but it does appear to.

socket, unit, 'cow.physics.wisc.edu', 80, /get_lun
printf, unit, 'GET http://cow.physics.wisc.edu/~craigm/idl/idl.html'
text = ''
while eof(unit) EQ 0 do begin
readf, unit, text
print, text
endwhile
free_lun, unit

Craig


--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Passing Image Data :)
Next Topic: Re: Sparse support

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

Current Time: Fri Oct 10 03:57:31 PDT 2025

Total time taken to generate the page: 0.07657 seconds