youngApprentice
Programmer
Due to return false; being ignored in IE 7 on Windows Vista, for something like the following:
<a href="myPage.html" onclick="popupWindow("myPage.html");return false;">link text here</a> what do I use for object detection to pinpoint IE7?
When IE7 hits a link created like this, it makes the popup open with the url supplied, but then the parent window goes to the href even though JavaScript is enabled and the popup has already opened.
TIA,
youngApprentice
<a href="myPage.html" onclick="popupWindow("myPage.html");return false;">link text here</a> what do I use for object detection to pinpoint IE7?
When IE7 hits a link created like this, it makes the popup open with the url supplied, but then the parent window goes to the href even though JavaScript is enabled and the popup has already opened.
TIA,
youngApprentice