Closed
Bug 274453
Opened 20 years ago
Closed 20 years ago
The page does not display in Firefox
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 269045
People
(Reporter: indiver, Assigned: adamlock)
References
()
Details
The following URL opens just fine in IE6:
http://www.senao.com/english/product/Product_wireless01_all.asp
But when I try to open the URL in Firefox (in all versions that I used, 0.7
onwards), the page is redirected to:
http://www.senao.com/english/product/charset=big5
When I looked into the code, I found this tag:
<meta http-equiv="refresh" content="text/html; charset=big5">
This tag, however, does not redirect the page in IE.
I am sure the developer needs to do something on this, but I still think Firefox
should handle this sort of problems as long as IE or other browser out that can
handle properly. I want firefox to be the best browser.
Updated•20 years ago
|
Assignee: firefox → parser
Component: General → HTML: Parser
Product: Firefox → Core
QA Contact: firefox.general → mrbkap
Version: 1.0 Branch → Trunk
Comment 1•20 years ago
|
||
This isn't HTML parser. "refresh" handling is in docshell, so moving there. This
may end up being INVALID, but if someone wants to fix it...
Assignee: parser → adamlock
Component: HTML: Parser → Embedding: Docshell
QA Contact: mrbkap → adamlock
invalid code
*** This bug has been marked as a duplicate of 269045 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•