home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch08_lgo / tutor.dcr / 00138.txt < prev    next >
Encoding:
Text File  |  1996-12-06  |  166 b   |  7 lines

  1. on transferComplete theURL, netID
  2.    if NetMIME(NetID) contains "application/x-director" then
  3.       GoToNetMovie theURL
  4.    else
  5.       GoToNetPage theURL
  6.    end if
  7. end