V
V S Rawat
When I run a javascript in ff 2.0.0.4, the "view source" shows the
javascript that I had put in the html file that is being rendered.
I want to see the html converted code that is rendered.
I mean if my script has
var myStrMain = "what is happening here?";
document.write("italics: " + myStrMain.italics() + "<p>");
I want to see not the above lines but the html source as displayed:
<i>what is happening here?</i><p>
Which utility to install to enable me view that?
tia.
javascript that I had put in the html file that is being rendered.
I want to see the html converted code that is rendered.
I mean if my script has
var myStrMain = "what is happening here?";
document.write("italics: " + myStrMain.italics() + "<p>");
I want to see not the above lines but the html source as displayed:
<i>what is happening here?</i><p>
Which utility to install to enable me view that?
tia.