Hi, Is there a way to detect from where the text come (if it's not pure HTML) for example
document.write ('ok') will write ok somewhere in the page. But it doesn't show up in HTML, it's dynamic.
My problem is that I want to know where 'ok' comes from, when I have a long/complicated source of code.
Any idea?