VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
BROWSER
Windows ✓Linux ✓macOS ⏳
Syntax
BROWSER BACK,<element name>
BROWSER FORWARD,<element name>
BROWSER STOP,<element name>
BROWSER REFRESH,<element name>
BROWSER SAVEFILE,<element name>, <filename>
BROWSER LOADFILE,<element name>, <URL>
BROWSER PRINT,<element name>
BROWSER PRINTSETUP,<element name>
BROWSER PRINTPREVIEW,<element name>
BROWSER SELECTALL,<element name>
BROWSER COPY,<element name>
Requires
EXTERNAL VDSBRW60.DLL (VDSBRW50.DLL [VDS5])
#DEFINE COMMAND,BROWSER
Description
This command is used to access additional capabilities of the BROWSER dialog element. The options are:
| BROWSER BACK,... | Go back to the previous HTML document. |
| BROWSER FORWARD,... | Return to the next HTML document. |
| BROWSER STOP,... | Stop loading the current HTML document. |
| BROWSER REFRESH,... | Reload the current HTML document. |
| BROWSER SAVEFILE,... | Save the current HTML document to the specified file. |
| BROWSER LOADFILE,... | Load an HTML document from the specified URL (disk file, web page or resource URL). |
| BROWSER PRINT,... | Print the current HTML document using Internet Explorer. |
| BROWSER PRINTSETUP,... | Open the Print Setup dialog for the current HTML document. |
| BROWSER PRINTPREVIEW,... | Open the Print Preview window showing the current HTML document. |
| BROWSER SELECTALL,... | Select all the text in the current HTML document. |
| BROWSER COPY,... | Copy the selected text to the clipboard. |
OK
Set to false if the command fails.
Example
BROWSER SAVEFILE,BROWSER1,C:\My Documents\mydoc.htm
See an example of a full featured Internet browser...
See an example of a dynamic menu...