Forum Moderators: open
Is there a definitive resource available that will help me convert javascript code that works in IE to Netscape.
We're not talking fancy stuff here - rollovers, jumpto drop downs, table spacing.
I can offer links if you need a visual.
Thanks all.
If you haven't already, I highly recommend running your pages through an HTML validator, like the one the W3C offers at [validator.w3.org...] It can save you many hours of frustration.
Here's a refernce for event handling [hotwired.lycos.com]
I'll have to write a window.eventcapture routine, then figure out where I am and route it to the javascript function.
It might be doable.
Or, I could do a single click and a "go" button if the user is in netscape. I prefer to have the double click.