Closed Bug 22002 Opened 25 years ago Closed 25 years ago

Clicking on any customize icon in my.netscape.com shows blank page

Categories

(Core :: Layout, defect, P3)

Other
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 9059

People

(Reporter: dp, Assigned: harishd)

References

()

Details

- goto my.netscape.com - click on the customize icon for any channel (it is the face icon) - see blank page The source of the page : <HTML> <HEAD> <TITLE>Customize Channel: Stocks</TITLE> </HEAD> <SCRIPT LANGUAGE="JavaScript"> if (navigator.appName== "Netscape" && parseInt(navigator.appVersion) <= 2) { document.location.replace("/badbrowser.tmpl"); } </SCRIPT> <NOSCRIPT> <META HTTP-EQUIV=Refresh CONTENT="0; URL=/badbrowser.tmpl"> </NOSCRIPT> <SCRIPT LANGUAGE="JavaScript"> var welcome_string = 'YES'; var mynetscape_source = '1'; if (welcome_string != 'YES' && mynetscape_source.toUpperCase() == '1') { var str = parseInt(1000*Math.random()); document.location.replace("./welcome.tmpl?s="+str); } else { document.writeln("<FRAMESET ROWS=\"100%,*\" FRAMEBORDER=\"no\" BORDER=0 onResize=\"document.location.reload();\">"); document.writeln("<FRAME SRC=\"/mys/blank.html\" NAME=\"forms\">"); document.writeln("<FRAME SRC=\"./setup_state.tmpl?&services=stocks&mn_yes=1\" NAME=\"state\" MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no BORDERCOLOR=#FFFFFF>"); document.writeln("</FRAMESET>"); document.writeln(unescape("%3C") + "!--"); } </SCRIPT> </HTML>
Target Milestone: M14
setting target milestone.
Assignee: rickg → vidur
Vidur -- the javascript engine reports and error on line 31. I've confirmed that the document that I'm reading is identical to the file being loaded (no scanner error). Can you take a look?
Assignee: vidur → harishd
Couldn't repeat the script error. The reason we're not displaying is because of incorrect handling of the NOSCRIPT element in the NavDTD. We seem to be incorrectly opening a BODY element in DTD. As a result, the FRAMSET and FRAME elements that are document.written are thrown away. Reassigning to Harishd.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 9059 ***
Status: RESOLVED → VERIFIED
Marking as verified dup of 9059.
You need to log in before you can comment on or make changes to this bug.