WMLScript prev() function

The prev() function tells the WML browser to go back to the previous card and return an empty string.

Syntax

n = WMLBrowser.prev()
Component Description
n The empty string returned by this function.

Example

var a = WMLBrowser.prev();

Result

a = ""