Closed
Bug 69604
Opened 24 years ago
Closed 24 years ago
<form> before <frameset> confuses parser
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
People
(Reporter: beland, Assigned: harishd)
References
()
Details
Attachments
(1 file)
|
8.31 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14-12 i686; en-US; 0.8) Gecko/20010220
BuildID: 20010220
Reproducible: Always
Steps to Reproduce:
1. Go to http://601.homeruns.com/noframes/browsezip.asp
2. Get: "Error loading URL
http://601.homeruns.com/noframes/browsezip.asp: 804b0002" but it loads
anyway.
3. Put a zipcode in the form and press the Continue button.
4. You go to http://601.homeruns.com/frames/mainframe.asp?addrID=1
5. Nothing happens; you get a blank screen, and the program gives you
a busy cursor.
Expected Results: Should get HomeRuns' inventory page. Works fine under NS 4.76.
Javascript is enabled in Preferences.
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
The reason this happens is that there is a <form> following <head> and before
<frameset>
This is illegal HTML, and the parser seems to be assuming that the presense of a
<form> means that it should insert a <body> and ignores the <frameset>
Assignee: rogerl → harishd
Component: Javascript Engine → Parser
QA Contact: pschwartau → janc
Summary: Javascript-heavy page fails to load → <form> before <frameset> confuses parser
Comment 3•24 years ago
|
||
Hmm... looks like this is a duplicate of an older bug on the same issue on the
same page.
*** This bug has been marked as a duplicate of 66985 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•24 years ago
|
Component: Parser → Evangelism
| Reporter | ||
Comment 4•24 years ago
|
||
Well, I mailed HomeRuns about it, and they said "Mozilla is not supported;
please use Netscape 4.X."
::sigh::
Comment 6•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•