How to get Javascipt output to file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • joe

    How to get Javascipt output to file?

    I often would like see the HTML output produces by my Javascipt code for
    debugging. Is this possible?
  • Evertjan.

    #2
    Re: How to get Javascipt output to file?

    joe wrote on 02 apr 2008 in comp.lang.javas cript:
    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)

    Comment

    Working...