home *** CD-ROM | disk | FTP | other *** search
- on StartBrowser homepage
- global browserID
- if browserID < 32 then
- set browserID to win_RunProg(the pathName & "NSCAPE\NETSCAPE " & "-I" & the pathName & "NSCAPE\wpcnscap.ini" && the pathName & homepage)
- end if
- end
-
- on StartBrowserAcrobat homepage
- global browserID
- if browserID < 32 then
- set browserID to win_RunProg(the pathName & "acroread\acroread " & the pathName & homepage)
- end if
- end
-
- on BrowserRunning
- global browserID, runprog
- if browserID < 32 then
- return 0
- else
- return runprog(mActive, browserID)
- end if
- end
-
- on StopBrowser
- return win_NetScapeDieDieDie()
- end
-