GotoURL

Item Description

Use with:

Web components (for example, Internet Explorer and Netscape)

SecureLogin version:

2.5 and later

Type:

Action

Usage:

GotoURL URL

Arguments:

URL

The URL that the browser will navigate to.

Description:

Makes the browser navigate to the specified URL.

Example:

If -text "Incorrect Password"  
 MessageBox "You have entered an incorrect
 password"
 GotoURL "http://www.novell.com"
EndIf