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.
Comment