WMLScript setVar() Function
Complete WMLScript WMLBrowser Library
The setVar() function sets the value of the specified variable
in the browser context, and returns true if the new value where implemented
successfully, and false if not
Syntax
|
n = WMLBrowser.setVar(variable, value)
|
| Part |
Description |
| n |
The boolean value returned from the function |
| variable |
A string |
| value |
A string |
Example
|
var a = WMLBrowser.setVar("weeks", 34);
|
Result
Complete WMLScript WMLBrowser Library
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|