Hi,
is there an easy way for getting the value of a variable(global or local) in the parent- html-page?
ie:
cr.createRuntime("c2canvas");
alert(cr.instance_vars[1]); // doesn't work
alert("The value is:" + myGlobalVar); // doesn't work
If not, perhaps its possible to
1) to set a value "really global" through a plugin or
2) read the "local storage" from the html-Page.
thanx, Joe7