WMLScript go() Function
The go() function of WMLScript navigates to a new card (specified by a new url) and returns an empty string.
Syntax
n = WMLBrowser.go(url)
Component | Description |
---|---|
n | The string returned by the function. |
url | A string. |
Example
var a = WMLBrowser.go(card);
Result
a = ""