|
Newsletters
|
|
|
|
|
WMLScript Reference
WMLScript Reference
WMLScript > WMLBrowser > getVar()
getVar() - The getVar Function
Usage: getVar(name)
Description: Returns the value of the variable with the given name in the current browser context. Returns an empty string if the given variable does not exist.
Example:var a = WMLBrowser.getVar("name");
// a = "Jon" or whatever value the variable has.
Bookmark this page
|
|