Closed
Bug 264076
Opened 20 years ago
Closed 20 years ago
Returns blank (or no page)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: raynardo, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 In the page at http://www.hostqwik.com/coronado opens in IE6 as well as AOL9, but doesn't open in any Mozilla-based pages. Reproducible: Always Steps to Reproduce: 1.just attempt to logon to http://www.hostqwik.com/coronado 2. or try to logon to http://www.hostqwik.com/coronado/index.htm 3. Actual Results: A blank page is returned. Expected Results: Browser should have automatically opened the page just like IE6 and AOL9. I am also the administrator of the site http://www.hostqwik.com/coronado so I can do what it takes to help you fix it.
Comment 1•20 years ago
|
||
<FRAMESET ROWS="0, *">
<FRAMESET COLS="100%">
<FRAME NAME="null" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE
FRAMEBORDER="0">
<FRAMESET COLS="100%">
<FRAME NAME="image" SRC="index1.html" MARGINHEIGHT="10" MARGINWIDTH=0
SCROLLING=AUTO NORESIZE FRAMEBORDER="0">
</FRAMESET>
everyting is caught in the <FRAMESET ROWS="0, part, so the content does open,
but the frame is 0 wide
the frameset is wrong
(IE6=AOL9 ish, so that's no supprise)
->INVALID
<Frameset rows="50%,50%">
<FRAME NAME="null" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE
FRAMEBORDER="0">
<FRAME NAME="image" SRC="index1.html" MARGINHEIGHT="10" MARGINWIDTH=0
SCROLLING=AUTO NORESIZE FRAMEBORDER="0">
</FRAMESET>
will fix itStatus: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 2•19 years ago
|
||
--> Websites :: www.mozilla.com so timeless can close out Firefox :: Product Site.
Component: Product Site → www.mozilla.com
Product: Firefox → Websites
Comment 3•19 years ago
|
||
-> Firefox::General (939393)
Component: www.mozilla.com → General
Product: Websites → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•