Element: web_window.stop ( )

Type

numeric func

Description

A function to stop the current page being loaded into web_window. This is often useful when a page is taking an unacceptable length of time to load.

A value of 0 is returned when successful. A value of 1 is returned on error.

The code of the function cannot be redefined.

Parameters

window.stop (<window>)

The function may be called in one of two ways:

# Assume mywin is the web window identifier
window.stop(mywin)

or

mywin.stop()

See Also

Structures:

window.refresh