From http://www.w3schools.com (Copyright Refsnes Data)
Complete WMLScript WMLBrowser Library
The go() function goes to a new card (specified by the new URL), and returns an empty string.
| n = WMLBrowser.go(url) |
| Part | Description |
|---|---|
| n | The string returned from the function |
| url | A string |
| var a = WMLBrowser.go(card); |
| a = "" |
Complete WMLScript WMLBrowser Library
From http://www.w3schools.com (Copyright Refsnes Data)