Closed Bug 70096 Opened 23 years ago Closed 23 years ago

marinavikings.org - [layer]The javascript menu does not work? Possibly not a standard?

Categories

(Tech Evangelism Graveyard :: English US, defect, P3)

x86
Windows 2000
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: seany187, Assigned: bc)

References

()

Details

The javascript menu which works in netscape 4.x and IE on that page does not
work with mozilla. I am very curious as to if it is maybe not a web standard.
That may be the case but this is a school website so it might be wise to
implement it.
dup of 70095
This is NOT a DUPE! they are seperate things. One if the menu java script. 
Another is a rendering of html tables. I messed with that page to see if I 
could find bugs in mozilla. They are seperate bugs which are not related.
layer is not supported in the current JS standrd.
http://www.marinavikings.org/test/navcond.js
file has to be modified.
Status: UNCONFIRMED → NEW
Component: Javascript Engine → Evangelism
Ever confirmed: true
Summary: The javascript menu does not work? Possibly not a standard? → [layer]The javascript menu does not work? Possibly not a standard?
Hirata is correct. Here is the browser-sniffing used in 

        http://www.marinavikings.org/test/navcond.js


var isMinNS4=(navigator.appName.indexOf("Netscape")>=0 &&
              parseFloat(navigator.appVersion)>=4)?1:0;
var isMinIE4=(document.all)?1:0;
var isMinIE5=(isMinIE4&&navigator.appVersion.indexOf("5.")>=0)?1:0;


The script then proceeds to use layers in the isMinNS4 code-branch.
For more information on this issue, see bug 50711 -
 
Assignee: rogerl → evangelism
QA Contact: pschwartau → zach
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Priority: -- → P3
Summary: [layer]The javascript menu does not work? Possibly not a standard? → marinavikings.org - [layer]The javascript menu does not work? Possibly not a standard?
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
fixed - site changed layout, no dhtml
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Verified
2002030208/WinXP
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.