Im rewriting the javascript for a large website and noticed that some code I
had written for drop downs no longer works in Netscape 6.1 or the latest
Mozilla build. It DOES work in Netscape 6.0 and older Mozilla releases.
I seem to be getting an error on this line:
this.element = d.getElementById(this.id);
(where d = this.window.document)
Can someone look at this page and tell me whats up? This is VERY
frustrating as Im trying to accomodate this browser.
http://newcodev.cnchost.com/www/indexjs.html
-Mike