Closed
Bug 188085
Opened 22 years ago
Closed 22 years ago
The server does not recognize that Mozilla supports frames, and displays nothing.
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: no_cats2000, Assigned: susiew)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
Compare this to bug 182240 - this appears to be the same bug at a different
site. Here is the page source:
<head>
<title>FreeODBC Resources</title>
</head>
<frameset ROWS="110,*" FRAMEBORDER="0" BORDER=0>
<frameset COLS="190,*" FRAMEBORDER="0" BORDER=0>
<frame NAME="header_frame" SRC="header.html" SCROLLING="No" FRAMEBORDER="No"
NORESIZE></frame>
<frame NAME="ads_frame" SRC="ads.html" SCROLLING="No" FRAMEBORDER="No"
NORESIZE></frame>
</frameset>
<frame NAME="res_frame" SRC="welcome.html" FRAMEBORDER="0"></frame>
</frameset>
<body>
Sorry, you need a browser that supports frames. You may find the latest
browsers from <a href="http://www.netscape.com">Netscape</a> or <a
href="http://www.microsoft.com">Microsoft</a>.
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.Go to http://library.freeodbc.org/
2.Click on 'Docs'
3.
Actual Results:
Server returned HTML indicating that Mozilla does not support frames.
Reporter | ||
Comment 1•22 years ago
|
||
I goofed, this website doesn't think _anybody_ supports frames - not just Mozilla.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
vrfy invalid, my mozilla build actually got frames including ads and stuff.
my cvs buildid is probably listed as 2002/12/22-15 unless it's all zeros...
Status: RESOLVED → VERIFIED
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
•