home *** CD-ROM | disk | FTP | other *** search
- on sendoff xString
- global whichPlatform, version
- case whichPlatform of
- 1:
- set theNews to "http://" & xString
- gotoNetPage(theNews)
- 2:
- externalEvent(xString)
- 3:
- put xString
- otherwise:
- if version contains "net" then
- if the platform contains "macintosh" then
- set whichPlatform to 1
- else
- set whichPlatform to 2
- end if
- else
- set whichPlatform to 3
- end if
- sendoff(xString)
- end case
- end
-