Closed Bug 263280 Opened 20 years ago Closed 20 years ago

endless loop "stopped" "waiting for www.saitek.com"

Categories

(Firefox :: General, defect)

PowerPC
macOS
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 97613

People

(Reporter: jay, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10

page never completes loading page, no graphics displayed

page loads normally in firefoxPC, IEmac etc

Reproducible: Always
Steps to Reproduce:
1.visit http://saitek.com
2.
3.

Actual Results:  
page never completes loading page, no graphics displayed

Expected Results:  
load page
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041006
Firefox/0.10

WFM
Summary: endless loop "stopped" "waiting for www.saitek.com" → endless loop "stopped" "waiting for www.saitek.com"
I tried the url and it did not work. Said site could not be found.
confirmed with app suite 2004100805-trunk/Mac.

if (navigator.javaEnabled()) 
window.location = "index2.htm";
else 
window.location = "index.htm";

navigator.javaEnabled() returns false on Mac builds.
so this is a dup of Bug 97613, but I recommend a script as follows
to the site.

if (navigator.javaEnabled()) 
window.location = "index2.htm";

*** This bug has been marked as a duplicate of 97613 ***
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.