Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JS and NS6.2.1 - Not functioning??

Status
Not open for further replies.

Omicron

Technical User
Jul 15, 2001
32
US
I don't use NS very offen but I downloaded version 6.2.1 and now find that it does not appear to function with ANY of the Javascript on my Homepage. IE5, IE5.5, IE6 and NS4.7 all seem to behave reasonably well with the JS but NS6.2.1 just looked at it like it was dead!? Am I doing something wrong here or is this a known issue? BTW, the page I am referring to is: Thanks for any assistance.
- Omicron -
- Omicron -
Compuset Portal
 
Looks like your code uses the Netscape 4.x ONLY docuemnt.layers method.

I don't see you sniff for Netscape 6.x anywhere in your main.js file.

I also don't see you use any DOM1 methods which Netscape 6 supports, only document.all (IE4+) and document.layers (netscape 4.x ONLY)

You will need to use the w3c DOM1 to code for Netscape 6. ===
Supports Mozilla and Web Standards
Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1
===
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top