Element: web_window.go_home

Type

numeric func

Description

A function to re-visit the start page of the web_window (as defined in the Internet Explorer setup).

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

The function may be called in one of two ways:

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

or

mywin.go_home()