|
WEBName:
The WEB comamnd is used to access a generic web page from within Dataplot. This command is host dependent (it utilizes a "system" call to initiate the browser). It is currently supported for Unix and Windows 95/98/NT platforms. See the Note section below for some SET commands that allow you to specify which browser to use.
where <url address> is the URL of the web page you would like to view. If the <url address> is omitted, then the NIST homepage is acessed. In addition, a few specific keywords are supported:
WEB http://www.itl.nist.gov/div898/software/dataplot/ WEB http://www.itl.nist.gov/
If you wish to use a different browser, or if you need to specify a different path for Netscape, you can enter the following command:
where <file name> is the string that activates your preferred browser. In particular, if you prefer to use the Internet Explorer browser under Windows 95/98/NT, you can enter
The enclosing quotes are necessary because the file name contains spaces. Again, you should verify that this is the correct path on your system. If you need to enter this command, you should consider putting it in you DPLOGF.TEX startup file to make it the default for your system. Alternatively, you can enter the following operating system command under Unix:
On Windows 95/98/NT, you can enter the following operating system command:
For example, you may want to change the default to your local site's main web page. Again, if you need to enter this command, you should consider putting it in you DPLOGF.TEX startup file to make it the default for your system. Alternatively, you can enter the following operating system command under Unix:
On Windows 95/98/NT, you can enter the following operating system command:
To use a currently open Netscape browser, enter the command
To open a new browser, even if a browser is currently open, enter the command
The default is NEW. This option is ignore for non-Netscape browsers and on the Windows 95/98/NT platforms.
Under Unix, once the WEB HELP command initiates the browser, control returns to Dataplot. You can independently navigate in the browser and enter additional Dataplot commands. Under Windows 95/98/NT, once the browser is initiated, control does not return to Dataplot until the browser is closed.
Date created: 6/5/2001 |