Hi,
Try a netTextResult() after the getNetText operation is complete.
Something like this
on beginSprite me
myNetID = getNetText(myUrl.com)
end beginSprite me
on exitFrame me
if netDone(myNetID) then
put netTextResult(myNetID)
end if
end exitFrame me
Regards,
Pranav
-----------------------------------------------------------
"Simply stated, it is sagacious to eschew obfuscation."
--Norman Augustine
<obliterated>
i would like Director to retreive the page You get when You type the URL
below in a browser locator field
http://htmlgritch.island.com/SERVICE/QUOTE?STOCK=qqq
I tried reading up on the getNetText() function which is supposed to do
CGI
calls a well as straght forward HTML calls, but I can't get the hang of
it.
<obliterated>
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]