|
Newsletters
|
|
|
|
|
WMLScript Reference
WMLScript Reference
WMLScript > WMLBrowser > setVar()
setVar() - The setVar Function
Usage: setVar(name, value)
Description: Returns true if the variable with the given name is successfully set to contain the given value in the current browser context, false otherwise.
Example:var a = WMLBrowser.setVar("name", Marc); // a = true
Bookmark this page
|
|