@BROWSER

Top  Previous  Next

Syntax:

 

@BROWSER(<element name>, BUSY)

@BROWSER(<element name>, NAVURL)

@BROWSER(<element name>, NAME)

@BROWSER(<element name>, URL)

 

Requires:

 

EXTERNAL VDSBRW60.DLL (VDSBRW50.DLL [VDS5])

#DEFINE FUNCTION,BROWSER

Description:

This function returns information about the BROWSER dialog element <element name>. The options are:

BUSY

Returns true (1) or false (null) to show whether the browser dialog element is busy (e.g. in the process of loading a document.)

NAVURL

When navigation by clicking on a hyperlink has been prevented by specifying the NONAVIGATE style, and an <element name>NAVIGATE event occurs, this function may be used to determine the target URL.

NAME

Returns the title of the currently loaded HTML document.

URL

Returns the URL of the currently loaded HTML document.

 

OK:

 

Unchanged.

 

See also: