Connecting Tech Pros Worldwide Forums | Help | Site Map

How to get Javascipt output to file?

joe
Guest
 
Posts: n/a
#1: Apr 2 '08
I often would like see the HTML output produces by my Javascipt code for
debugging. Is this possible?

Evertjan.
Guest
 
Posts: n/a
#2: Apr 2 '08

re: How to get Javascipt output to file?


joe wrote on 02 apr 2008 in comp.lang.javascript:
Quote:
I often would like see the HTML output produces by my Javascipt code for
debugging. Is this possible?
Try a browser.

===============

Oh perhaps you wnt to see the reconstructed HTML from the DOM?

[Javascript generally does not produce HTML code,
but can and often does change the DOM.]

Send the obj.innerHTML to a new window.



--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Closed Thread


Similar JavaScript / Ajax / DHTML bytes