function getValue() {$.get("../jsTest/value.txt", function(data) {

        $axure("@return").text(data);

        $axure("@return").moveBy(0,0,{});

    });

}

JAVASCRIPT ENGINE (hide this widget to start)

u10_start u10_end u10_line

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.