ADDHOTLIST URL,TITLE,TARGET/KAdd the current document in the addressed window or in the specified frame, or the supplied URL to the hotlist.
Argument | Description |
---|---|
URL | The URL to add to the hotlist. If not given, the currently shown URL in the window (or in the specified frame) is added. |
TITLE | Title to show in the hotlist for the given URL. Ignored if the URL argument is not given. |
TARGET | The target name of the window or frame showing the document to add to the hotlist. Ignored if the URL argument is supplied. |
ALLOWCMDTemporarily allow shell commands and ARexx macros to be started from hyperlinks regardless of the Allow shell commands setting. This allows easier usage of ARexx plug-ins without need for the user to explicitly change the settings.
Commands are allowed only in the current document, or in the document that is being loaded. After a new document is loaded in the window, the normal settings apply.
BACKGROUND ON/S,OFF/SControl the usage of background images and colours.
Argument | Description |
---|---|
ON | Use backgrounds. |
OFF | Don't use backgrounds. |
ON
and OFF
arguments are mutually exclusive.
When neither one is specified, the setting is toggled.
BGSOUND ON/S,OFF/SControl the usage of background sounds.
Argument | Description |
---|---|
ON | Use background sounds. |
OFF | Don't use background sounds. |
ON
and OFF
arguments are mutually exclusive.
When neither one is specified, the setting is toggled.
CLEARSELECTIONClears the current drag-selection highlight in the addressed window.
DELETECACHE IMAGES/S,DOCUMENTS/S,FORCE/S,PAT=PATTERN/KDelete files from the cache.
Argument | Description |
---|---|
IMAGES | Delete images and other non-text files. |
DOCUMENTS | Delete text files. |
FORCE | When set, suppress the display of the confirmation requester. |
PATTERN | Delete files by URL pattern using standard DOS wildcards.
When the pattern does not include a scheme (like http:// ),
the scheme part of each URL is not included in the pattern match. So
a pattern "foo.bar#?" matches "http://foo.bar/xyz.html" and
"ftp://foo.bar/zoo".
When |
PATTERN
is not used, at least one of IMAGES
and DOCUMENTS
must be set, or else this command does nothing.
DRAGGING ON/S,OFF/STemporarily turns clipboard drag-selecting on or off for the addressed window.
Argument | Description |
---|---|
ON | Turn drag-selecting on. |
OFF | Turn drag-selecting off. |
ON
and OFF
arguments are mutually exclusive.
When neither one is specified, the setting is toggled.
EDITSOURCE URL/AStart the editor for the source of this URL. If the document is not in memory, this command does nothing.
Argument | Description |
---|---|
URL | The URL for which to edit the source. |
FIXCACHE FORCE/SStart synchronizing the cache contents and registration.
Argument | Description |
---|---|
FORCE | When set, suppress the display of the confirmation requester. |
FLUSHCACHE IMAGES/S,DOCUMENTS/S,ALL/S,URL/KRemove files from AWeb's memory cache.
Argument | Description |
---|---|
IMAGES | When set, flush nondisplayed images. If the ALL switch is set, displayed images are also flushed. |
DOCUMENTS | When set, flush nondisplayed documents. |
ALL | Used in combination with the IMAGES switch to flush all images instead of only nondisplayed images. |
URL | When given, this specified URL will be flushed from memory. |
HOTLIST SET/K,SAVE/S,RESTORE/SControl the hotlist.
Argument | Description |
---|---|
SET | Name of a stem variable containing an
array of structured information
describing the new hotlist contents.
See the GET HOTLIST command for a description of the structured information. |
SAVE | Save the current or new contents of the hotlist to disk. |
RESTORE | Restore the hotlist to the contents that was last saved to disk. |
IMAGELOADING OFF/S,MAPS/S/ALL/SControls the loading of inlined images in HTML documents.
Argument | Description |
---|---|
OFF | When set, no inlined images will be loaded. |
MAPS | When set, only images representing clickable maps will be loaded. |
ALL | When set, all inlined images will be loaded. |
OFF
, MAPS
and ALL
arguments are
mutually exclusive. When neither one is specified, the setting is toggled.
INFO TARGET/KOpen the information window for the document in the addressed window or in the specified frame.
Argument | Description |
---|---|
TARGET | The target name of the window or frame to open the information window for. |
JAVASCRIPT SOURCE/A,TARGET/K,VAR/KRun this JavaScript source in the context of the document in the addressed window or in the specified frame. The resulting value from the script is converted to string and returned in the reserved variable RESULT or in the variable with the specified name.
If the user has disabled JavaScript usage, this command does nothing and returns a warning (RC status 5).
Argument | Description |
---|---|
SOURCE | The JavaScript source to run. It may be a single expression, a statement or a complete program. |
TARGET | The target name of the window or frame that defines the context to run the script in. |
VAR | The name of the ARexx variable to return the result in. By default the result is returned in the reserved variable RESULT. |
JSBREAKCancel all outstanding JavaScript timeout events in the addressed window.
JSDEBUG ON/S,OFF/STurns debugging of JavaScripts on or off.
Argument | Description |
---|---|
ON | Turn debugging of JavaScripts on. |
OFF | Turn debugging of JavaScripts off. |
ON
and OFF
arguments are mutually exclusive.
When neither one is specified, the setting is toggled.
LOADIMAGES TARGET/K,MAPS/SLoad embedded images in the current HTML document in the addresses window or in the specified frame.
Argument | Description |
---|---|
TARGET | The target name of the window or frame to load the images in. |
MAPS | When set, only images representing clickable maps are loaded. Otherwise all embedded images are loaded. |
LOADSETTINGS PATH/ALoad a new set of AWeb settings.
Argument | Description |
---|---|
PATH | The fully qualified name of the drawer where to load the
settings from. AWeb will look for files named browser , program
and network .
|
PLAYBGSOUNDStarts or restarts the playing of a background sound in the current document. If the current document has no background sound defined, this command has no effect.
PRINT SCALE/N/K,CENTER/S,NOFF=NOFORMFEED/S,NOBG=NOBACKGROUND/S,WAIT/SMake a graphical printout of the current document in the addressed window. If AWeb is still printing another document, a return code 5 is returned.
Argument | Description |
---|---|
SCALE | The scaling percentage for the printout. Default is 100 percent. |
CENTER | If this switch is set, the print will be centered on the paper. |
NOFORMFEED | If this switch is set, there will be no form feed when printing is finished. Default is to add a form feed. |
NOBACKGROUND | If this switch is set, backgrounds and text colours are not used. Default is to use backgrounds and colours. |
WAIT | If this switch is set, the command will not return until the printing is finished. Without this switch, the command returns immediately while AWeb continues printing. |
QUIT FORCE/STerminate AWeb.
Argument | Description |
---|---|
FORCE | When set, this switch suppresses the "Are you sure" requester. |
REQUEST TITLE/A,BODY/A,GADGETS/A,NOWAIT/SDisplay a requester on the AWeb screen. Unless NOWAIT is specified, the user's response is returned in the reserved variable RESULT. The result is a number, starting from 1 for the left most button. When the rightmost button is selected, or the requester is cancelled with the Esc key, return code 5 (warning) is set.
Argument | Description |
---|---|
TITLE | The requester title string. |
BODY | The body text for the requester. DOS escape characters
are supported, i.e. "*N " will begin a new line. To include
an empty line, use "*N *N ", with a space between the
two newlines.
|
GADGETS | A string describing the gadgets. Multiple gadgets must
be separated by the vertical bar "| ". You can precede a
character in each individual gadget label with an underscore to make
that character the keyboard shortcut.
|
NOWAIT | When set, the command will not wait for user input. No user response is returned. Really only makes sense for informational requesters with only one choice. |
REQUESTFILE TITLE/A,FILE/K,PATTERN/K,SAVEMODE/S,DIRSONLY/SDisplay a standard file requester on the AWeb screen. The selected file name is returned in the reserved variable RESULT. When the requester is cancelled by the user, the return code 5 (warning) is set.
Argument | Description |
---|---|
TITLE | The requester title string. |
FILE | Initial path and/or file name. If you want to supply a directory without filename, then end the path with a slash. |
PATTERN | If supplied, the requester will contain a pattern gadget with this initial contents. |
SAVEMODE | Turn the requester into a save mode requester. |
DIRSONLY | Restrict the operation of the requester to only directories, not file names. |
RUN NAME/A/FStart an ARexx macro.
Argument | Description |
---|---|
NAME | Path and name of the ARexx macro to start, with optional arguments. |
SAVESETTINGS PATHSave the current settings to the current configuration drawer, or another drawer.
Argument | Description |
---|---|
PATH | The fully qualified name of the drawer where to save the settings. If none is given, the settings will be saved on top of the current settings (either default or as indicated by the CONFIG tooltype or argument. |
SCREENTOBACKMove the screen that AWeb is using to the back of all other screens.
SCREENTOFRONTMove the screen that AWeb is using in front of all other screens.
SEARCH TARGET/KOpen the search requester for the document in the addressed window or in the specified frame.
Argument | Description |
---|---|
TARGET | The target name of the window or frame to open the search requester for. |
SETCLIP VALUE/A/FCopy a string to the clipboard.
Argument | Description |
---|---|
VALUE | The string to copy to the clipboard. |
SNAPSHOTSave the current window positions and locations.
SUBWINDOW TYPE/A,OPEN/S,CLOSE/SOpen or close one of AWeb's subwindows.
Argument | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TYPE | Name of the window. Valid names are:
| ||||||||||||||
OPEN | If this switch is set, the window is opened, or moved to front and made active if it was already open. | ||||||||||||||
CLOSE | If this switch is set, the window is closed if it was open. |
SYSTEM COMMAND/A,ARGUMENTS/FSpawn a CLI command.
Argument | Description |
---|---|
COMMAND | The command to start. |
ARGUMENTS | Arguments for the command. |
URLENCODE STRING/A,VAR/KEncode the string using the URL-encode mechanism. Spaces are replaced by '+', most non-alphanumeric characters are escaped. The result is returned in the reserved variable RESULT, or in the given varaibe name.
Argument | Description |
---|---|
STRING | The string to URL-encode. |
VAR | The name of a variable to return the information in. If no
name is specified, the result will be returned in the
reserved ARexx variable RESULT .
|
USEPROXY ENABLE/S,DISABLE/SControls the usage of proxies for transfers started in this window.
Argument | Description |
---|---|
ENABLE | Enables the use of proxies. |
DISABLE | Disables the use of proxies. |
ENABLE
and DISABLE
arguments are
mutually exclusive. When neither one is specified, the setting is toggled.
VIEWSOURCE URL/AStart the HTML source viewer for the source of this URL. If the document is not in memory, this command does nothing.
Argument | Description |
---|---|
URL | The URL for which to view the source. |