Command: wweb

Syntax

{ <window> = } wweb { <url> }

Description

Define a window for web browsing.

Parameters

Switches

Notes

Web browser windows are currently available on Windows systems only.

Within any web page displayed in a web window, a fire command may be invoked in place of a reload-page by use of the Fire-specific "fire:" protocol prefix, e.g.

<p><a href=fire:wgraphic>New Graphic Window</a></p>

Note that if the fire command contains any of the following characters: space, quotes, &, < or >, the command string should be html-encoded and should not be quoted, e.g.

<p><a href=fire:wgraphic&nbsp;-no_num>New Graphic Window</a></p>

The html_encode function is available for encoding such sequences.

fire: directives do not invoke any of the pre or post callbacks, see window.pre_navigate.

Examples

Display a web page in a new window.

wweb http://www.xmarc.com

Display an HTML file in an existing window.

my_win = wweb c:/myfile.htm

See Also

Identifiers:

win# (window), window_numbers (numeric)

Structures:

window (web)