I may have already asked this, but....


This code returns a net error of 2 when running over the internet only.  As 
a shockwave projector, it works fine.  Anybody got any idea what that means?

property netID
global getURL
global testme

on beginSprite me
   netID = VOID
   if netID = VOID then
     netID = postNetText(getURL & "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
        alert("There was an error" && netError(netID))
         netID = VOID
       end if
     end if
   end if
end





Sharon Moeller


Tracking #: 2E8734B3E41B5E4FB7277505C2ED504E93ABADD1

[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