Hello, i'm not a web coder, so i have some problems with Ajax Understanding.
I need get a text from some website, to operate with it in futher.
So, i make an event of button clicking, and action of it is ajax request to url: "http://something.com/index.php" with tag "1" or "".
then i make an event Ajax^ on completed "1", and add action like text object set text to AJAX.LastData.
There're no changes at text object.