javascript and html

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • quikquic@yahoo.com

    javascript and html

    I a html file contain javascript (something like document.write) , how
    can I run it and get the generated pure html?

    Thanks,

    qk
  • David Dorward

    #2
    Re: javascript and html

    quikquic@yahoo. com wrote:
    [color=blue]
    > I a html file contain javascript (something like document.write) , how
    > can I run it and get the generated pure html?[/color]

    Open the file in the Mozilla DOM Inspector, then copy the XML tree (by right
    clicking the <html> node), then pasting in to your text editor of choice.

    --
    David Dorward http://dorward.me.uk/

    Comment

    Working...