From http://www.w3schools.com (Copyright Refsnes Data)

WMLScript go() Function


WMLScript WMLBrowser Library Complete WMLScript WMLBrowser Library

The go() function goes to a new card (specified by the new URL), and returns an empty string.

Syntax

n = WMLBrowser.go(url)

Part Description
n The string returned from the function
url A string

Example

var a = WMLBrowser.go(card);

Result

a = ""


WMLScript WMLBrowser Library Complete WMLScript WMLBrowser Library

From http://www.w3schools.com (Copyright Refsnes Data)