Hello it is possible to access the value of a JavaScript variable by name? Example:
var MyVariable = \"Value of variable\"; function readValue(name) {
var MyVariable = "Value of variable"; alert(readValue("MyVariable")); // function readEValue(name) { readevalue -> readvalue // always do copy-paste to avoid errors function readValue(name) { return window[name] }
That's all about ;o)