Closed
Bug 290141
Opened 20 years ago
Closed 16 years ago
2-sir.com - That page will not display in Firefox 1.0.2; It works fine in IE and my old Netscape.
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: drgeorge, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Have no idea why Firefox won't open that page. I wrote that page years ago and never had any problems with Netscape. And it still works in IE. Reproducible: Always Steps to Reproduce: 1. Try http://www.2-sir.com/CyberSite2/ in Internet Explorer 2. Try http://www.2-sir.com/CyberSite2/ in Firefox 1.0.2 3. Actual Results: The page will not load. It looks like it is trying. I have enabled images and allow Java and Javascript. It is an approved pop up site. Don't know what else to do. Expected Results: Loaded that great page, just like InterNet Explorer. Thanks, George drgeorge@cox.net None.
Comment 1•20 years ago
|
||
Not a Firefox bug, the reason that the pages reloads all the time is this:
if (!document.all && !document.layers)
{
document.location="index.html"
}
--> Tech EvangelismAssignee: firefox → english-us
Severity: major → normal
Component: General → English US
OS: Windows XP → All
Product: Firefox → Tech Evangelism
QA Contact: general → english-us
Hardware: PC → All
Summary: That page will not display in Firefox 1.0.2; It works fine in IE and my old Netscape. → 2-sir.com - That page will not display in Firefox 1.0.2; It works fine in IE and my old Netscape.
Comment 2•17 years ago
|
||
George, comment 1 tells you exactly why the page isn't working. You need to fix the code. I'm going to ignore the usual rule that Bugzilla is not a tech support forum because the reporter and the target of the Tech Evangelism are the same person in this case. If you have any questions about how to fix this, George, please feel free to ask. The easiest way to fix it will be to remove those four lines of JavaScript.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•16 years ago
|
||
no response, assuming wontfix
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
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
•