home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1999 January / WPCJAN99.ISO / DXRS / Mainmn01.dxr / internet_23_StartBrowser.ls < prev    next >
Encoding:
Text File  |  1998-11-09  |  215 b   |  8 lines

  1. on StartBrowser homepage
  2.   global browserID, DriveLtr, ACRLocation
  3.   if browserID < 32 then
  4.     set BRLocation to field "INTLocation"
  5.     set browserID to win_RunProg(BRLocation && DriveLtr & homepage)
  6.   end if
  7. end
  8.