> I tried but I'm new to net lingo and getNetText only returned 
> a value of 1.

Use netTextResult() to get the text.  Here's the basic process:

1) netId = getNetText( "http://www.macromedia.com" )
2) check netDone(netId) until it's done (not in a repeat loop)
3) netTxt = netTextResult( netId )

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/

[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!]

Reply via email to