|
|
Q1737 On Netscape 4.0 & 4.6 for the Mac resizing the window will break all of your hyperlinks' onClick actions
irt.org | Knowledge Base | JavaScript | Bugs | Q1737 [ previous next ] Q1737 On Netscape 4.0 & 4.6 for the Mac resizing the window will break all of your hyperlinks' onClick actionsMark Chrisman writes: This is a netscape/mac bug & workaround. On Netscape 4.0 & 4.6 for the Mac (I didn't check earlier Netscape versions), resizing the window will break all of your hyperlinks' onClick actions. For example:
Here's the workaround (looks stupid, but I'm not kidding, it works!):
Interestingly, you don't need to iterate over all the links. Performing this meaningless action on document.links[0] will fix all the links. I haven't tested the workaround in a document with layers or frames. |
-- div -->
|