I have a pop-up window that contains a chart with a list of links.
When the link is clicked, it is supposed to close the pop-up window and
navigate to the page selected from the pop-up in the parent window.
This works in IE but not in Netscape 7, 4 or Firefox.
Here is a sample of the link code:
<a href="blah.asp" class="otherlin ks_sm" target="parentC ontent"
onMouseUp="java script:self.clo se();">The Link</a>
I did read that Netscape and Mozilla based browsers have a problem with
using onMouseUp on anything but form field objects. Is there a
workaround for this?
When the link is clicked, it is supposed to close the pop-up window and
navigate to the page selected from the pop-up in the parent window.
This works in IE but not in Netscape 7, 4 or Firefox.
Here is a sample of the link code:
<a href="blah.asp" class="otherlin ks_sm" target="parentC ontent"
onMouseUp="java script:self.clo se();">The Link</a>
I did read that Netscape and Mozilla based browsers have a problem with
using onMouseUp on anything but form field objects. Is there a
workaround for this?
Comment