Closed Bug 81172 Opened 23 years ago Closed 23 years ago

Suggesting a new "view parsed source"

Categories

(SeaMonkey :: General, enhancement)

x86
Windows 98
enhancement
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 60426

People

(Reporter: admin, Assigned: asa)

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9) Gecko/20010505
BuildID:    2001050515

Suggesting a new "view parsed source"
------------------------------------------------
I think it will be good to have a "view pased source" option in either
Tasks|Tools menu or in View menu.

Anyone who has used the view source option in Netscape will find that it
displays only the parsed source, i.e. all script results will be displayed.

for example, the following document :-

<html>
<head><title>test case</title></head>

<body>
<h1>
<script type="text/javascript" language="JavaScript">
<!--

document.writeln("Hello from JavaScript !");

//-->
</script>
</h1>
</body>
</html>

and the "view page source" option will show the above source, but in "view
parsed source" option it will display the following instead :

<html>
<head><title>test case</title></head>

<body>
<h1>
Hello from JavaScript !
</h1>
</body>
</html>

Adding this feature will make debugging of Scripts easier, and I think it is a
good improvement.

Reproducible: Always
This is a definite dup of bug 60426

Jake
yes

*** This bug has been marked as a duplicate of 60426 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified dupe
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.