ARexx commands


The following ARexx commands are supported by moreHTML:
BACK
Goes one page back in the window history.
FORWARD
Goes one page forward in the window history.
FIND STRING=WORD/K,FIRST=TOP/S,NEXT/S
If no argument is given, the FIND requester will be opened. If STRING is given this word will be searched in the current text. If FIRST is set, the current search string will be searched from the beginning of the text on. NEXT searches the next appearance.
OPEN URL=FILE/K
Opens specified file. If the argument FILE is not given a filerequester will be opened.
PRINT
Prints the current document.
RELOAD
Reloads the current page.
SAVE FILE/K
Saves current document to specified file. If the argument FILE is not given a filerequester will be opened.
URL
Returns current URL.
VIEW
Shows source of current document.

Dirk Holtwick (dirco@uni-duisburg.de), 31-Jul-1997