Closed Bug 208131 Opened 21 years ago Closed 16 years ago

hinet.net - animate.js mouseovers don't work

Categories

(Tech Evangelism Graveyard :: Chinese-Simplified, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: francis.uy, Assigned: momoi)

References

()

Details

(Keywords: top100, top500)

Among other problems, the "Contact Us" button completely fails in DOM-compliant
browsers.

Error: doc_els has no properties
Source File: http://www.hinet.net/english/animate.js
Line: 209
In the page, there's code like:
if(!ie4)
{
  if((navigator.appName == "Netscape")
&&(parseInt(navigator.appVersion.substring(0, 1)) >= 4))
    doc_els=document.layers
  else
    return
}
else
  doc_els=document.all

doc_els is expect to be "document.layers" in Netscape and be "document.all" in
IE. Indeed, both of them are not in w3c standards. Netscape and Mozilla also has
deprecated "document.layers" for years, so doc_els is null here.
Please contact with the web developer of that page to get it fix.
Keywords: top500
Keywords: top100
Hinet website redesigned, now uses more-correct JS & CSS, works in FF.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.