12.4.15    GOTO

Description:   (tcl only). Changes display in current window.   Same as GOTOTAG. Not supported by JScript or VBScript.
 

Syntax:         GOTO standard_display
GOTO display_type=
argument
GOTO option=
argument

Argument:     display name, number, tagname, or URL

Returns:        none

See Also:       GOTODAQ, GOTOTAG, GOTO@TAG, GOTOALMGRA

 

Examples:      # example 1

GOTO ALMSUMMARY

 

#example 2 - change to main.bgr

GOTO GRAPH=main.bgr

GOTO changes the display in the current display window.  It will work in both Browser and ViewDAQ (local) clients.

To implement VBScript and JScript, the ACTION Command GOTO was changed to GOTODAQ. GOTO is still supported in Tcl Scripts only. GOTODAQ is recommended.