Sorry to be so vague, but I can't be too much more specific than saying I 
get an alert box saying Script error
Do you want to continue?
Yes or No

I think the error is happening on the exitframe because I click yes over 
and over and it never continues.

property netID
on beginSprite me
netID = VOID
if netID = VOID then
netID = postNetText("http://www.touchwood.net/sharon/courses.asp";,[])
end if
end
on exitFrame me
if netID <> VOID then
if netDone(netID) then
if netError(netID) = "OK" then
testme = netTextResult(netID)
set the text of field "result" = testme
courseList
showCourses
netID = VOID
else
member("netError").text = netError(netID)
go to "notActive"
netID = VOID
end if
end if
end if
end


Sharon Moeller


Tracking #: 4C2B77B20AEC5E4B8C9C43C0B795C33FD1868C0B

[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