home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- options results
- CDName = 'AACD12:'
-
- 'Get URL var Welcome'
- if pos('LORES',upper(Welcome)) > 0 then 'Open "file://localhost/'CDName'Welcome.html"'
- else 'Open "file://localhost/'CDName'Welcome_Lores.html"'
-
- 'Wait ALL'
- call addlib('rexxsupport.library',0,-30,0)
- call delay(40)
- 'Open "file://localhost/'CDName'html/NewsFlash.html#Moreoptions" target main'
-
-
-
-
-