views:

24

answers:

0

Hi,

I'm wondering if this is even possible, but here it goes.

There's this website ok, and it lets you submit your link to a bunch of other sites and it shows a full debug and everything while its running. Only bad thing is it clears it every 100 lines using javascript, I'm wondering if it would be possible to save the contents of the textarea (hes using an html textarea) every 100 lines into a text file or something, would that work?

If someone could just point me in the right direction that would be great!

Not sure If I make sense, if you need me to clarify something just ask.

Idea: Would it be possible to load the site as an iframe and then somehow retrieve every piece of text that gets displayed onscreen and save it to a file?