Closed
Bug 151821
Opened 23 years ago
Closed 23 years ago
Page will load with Netscape but not with Mozilla
Categories
(Core :: Layout, defect, P3)
Tracking
()
Future
People
(Reporter: janderson, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
Only half the page load (http://immigrationhelp.net- no hyperlinks are available
Reproducible: Always
Steps to Reproduce:
1.type htt:\\immigrationhelp.net in URL box
2.
3.
Actual Results: The page loaded partially but none of the hyperlinks loaded
Expected Results: complete page with hyperlinks to other pages should have loaded
I tried to go to this site with Netscape and it worked fine.
Comment 1•23 years ago
|
||
What version of Netscape did you try?
Confirming on 1.1 alpha, Windows 98.
Snippet of code:
</head>
<body LINK="#0000FF" VLINK="#800080" BACKGROUND="Image34.gif">
<center><img SRC="globe2.gif" HEIGHT=58 WIDTH=58><spacer size=1>
<p><img SRC="statue5.jpg" HEIGHT=106 WIDTH=57>
<p><b><i>"LADY LIBERTY"</i></b>
<p><b><i><font COLOR="#993366"><font SIZE=+1>Welcome to my
Site.</font></font></i></b>
<p><img SRC="line4.gif" HEIGHT=6 WIDTH=623><br>
<title=American Immigration Law Offices</title>
<br><b><i>AMERICAN</i></b>
Note that the title tag is in the middle of the body. There is some weird
behavior associated with misplaced title tags. See also bug 121531. This might
be tech evangelism.
--> Layout. Reassign.
Assignee: sgehani → attinasi
Component: XP Apps → Layout
QA Contact: paw → petersen
Summary: Page will load wit hNetscape but not with <Mozilla → Page will load with Netscape but not with Mozilla
Comment 2•23 years ago
|
||
The <title=American Immigration Law Offices</title> in the middle of the <body>
is the problem. The tag is malformed, causing the rest of the page to be eaten
by the <title> tag that is never closed. Changing the = to > makes the page
render fine (even though the HTML is still broken).
Updated•23 years ago
|
QA Contact: petersen → moied
Comment 3•23 years ago
|
||
Confirming issue but this is really bad HTML code.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 4•23 years ago
|
||
Dupe.
*** This bug has been marked as a duplicate of 42945 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•