Element: web_window.refresh ( )

Type

numeric func

Description

A function to re-visit the current page displayed in web_window.

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.refresh (<window>)

The function may be called in one of two ways:

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

or

mywin.refresh()

See Also

Structures:

window.stop