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

WMLScript refresh() Function


WMLScript WMLBrowser Library Complete WMLScript WMLBrowser Library

The refresh() function refreshes the current card, and returns an empty string if the refresh succeeded, or a non-empty string if it failed.

Syntax

n = WMLBrowser.refresh()

Part Description
n The string returned from the function

Example

var a = WMLBrowser.setVar("day",11);
var b = WMLBrowser.refresh();

Result

a = true
b = ""


WMLScript WMLBrowser Library Complete WMLScript WMLBrowser Library

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