Wickham, on 31 January 2012 - 03:30 PM, said:
The Ajax request is held in your temporary internet files, but the actual text you are looking for has to be served (downloaded) so it's probably only on the temporary chip memory, not on the hard disk temp. internet files.
Similarly php processing files aren't stored in temp. internet files; just as well as many contain very private information like email addresses and passwords.
Hmm, "probably"

If the text from javascript were to be saved in the temp. internet files (and not only in some part of RAM), would i be able to read it then or is it encrypted? What is the folder name(s) where the temp. internet files are saved in say Opera or Explorer? If i knew that i could clear these folders and visit only that page, to access the right data.
andyl, on 31 January 2012 - 11:10 PM, said:
There is considerable doubt - they're not stored on your computer other than in some terribly useless temporary file somewhere deep in your system.
To put it as simply as humanly possible:
The webpage gets the 'strings' (or data) from somewhere on the server, not on your computer. This method is known as an 'AJAX request'. You should research that to learn more.
And it is that "terribly useless" file that i need to find! Do you know where it is?