home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 5
/
AACD05.ISO
/
CDTools
/
S
/
NewsFlash.awebrx
< prev
next >
Wrap
Text File
|
1999-12-14
|
494b
|
22 lines
/*
$VER: NewsFlash.awebrx 1.0 (24.11.99) (c) Neil Bothwick, Wirenet
Loads the NewsFlash page into AWeb then resets the environment variables
*/
/* Wait for AWeb to load Welcome page */
options results
address command
do i = 1 to 15
'AACD05:System/Rexxc/WaitForPort AWEB.1'
if RC = 0 then leave
end
if RC > 0 then exit
address 'AWEB.1'
'WAIT ALL'
'OPEN URL "file://localhost/AACD:html/NewsFlash.html" TARGET "main"'
/* Remove environment variable */
call delete('ENVARC:AACDNewsFlash')