|
The list of commands that can be entered into a script file are as follows :-
- Address On/Off - Shows and hides the address bar in the browser.
- Beep - Beeps the computer.
- BottomLeft - Moves the program to the bottom left of the screen.
- BottomRight - Moves the program to the bottom right of the screen.
- Caption On/Off - Shows and hides the caption in the Refreshing Browser.
- Center or Centre - Moves the program to the centre of the screen.
- Comment This is a comment - Adds a comment to the script.
- Control On/Off - Shows and hides the control panel in the browser.
- ControlColor color or ControlColour colour - Sets the background colour of the control panel.
- ControlImage image - Sets the path of the background image of the control panel.
- ControlImageStretch On/Off - Sets whether the background image is stretched to fit.
- ControlPosition Bottom - Sets the control panel across the bottom of the screen.
- ControlPosition BottomLeft - Sets the control panel at the bottom left of the screen.
- ControlPosition BottomRight - Sets the control panel at the bottom right of the screen.
- ControlPosition Top - Sets the control panel across the top of the screen.
- ControlPosition TopLeft - Sets the control panel at the top left of the screen.
- ControlPosition TopRight - Sets the control panel at the top right of the screen.
- ControlRefreshWhite On/Off - Sets whether the control panel is shown in white during a refresh.
- ControlSize size - Sets the size of the control panel in pixels.
- ControlTimer On/Off - Shows and hides the timer in the control panel.
- Exit - Exits from the Refreshing Browser.
- FormMargin On/Off - Shows and hides the small margin to the program.
- Height height - Sets the height of the program window in pixels.
- Left left - Sets the left position of the program window in pixels.
- Lock On/Off - Locks and unlocks the browser.
- Maximum On/Off - Maximises and normalises the program.
- Menu On/Off - Switches the menu commands on and off.
- Message message - Displays a message on the screen, using a dialog box.
- Refresh mm:ss - Sets the refresh rate in minutes and seconds.
- Reset - Sets everything to the default.
- StartUrl url - Sets the start URL of the Refreshing Browser.
- Status On/Off - Shows and hides the status display in the browser.
- Stop - Stops the script from running.
- Toolbar On/Off - Shows and hides the toolbar in the browser.
- Top top - Sets the top position of the program window in pixels.
- TopLeft - Moves the program to the top left of the screen.
- TopRight - Moves the program to the top right of the screen.
- Url url - Navigates to a URL.
- UserCaption caption - Sets the caption for the program.
- Visible On/Off - Shows and hides the program.
- Wait milliseconds - Waits for the entered number of milli-seconds.
- Width width - Sets the width of the program window in pixels.
- 640x480 - Sets the program size to 640x480 pixels.
- 800x600 - Sets the program size to 800x600 pixels.
- 1024x768 - Sets the program size to 1024x768 pixels.
- 1280x1024 - Sets the program size to 1280x1024 pixels.
Check this list regularly as new commands will be added.
|