function getValue() {$.get("../jsTest/value.txt", function(data) {
$axure("@return").text(data);
$axure("@return").moveBy(0,0,{});
});
}
function getValue() {$.get("../jsTest/value.txt", function(data) {
$axure("@return").text(data);
$axure("@return").moveBy(0,0,{});
});
}
JAVASCRIPT ENGINE (hide this widget to start)
Store value:
Load value:
Ajax get() reads a txt-file.
Open Link in hidden inline-frame sends value to php, the php file stores the value into the text-file.