Hi all!
Please look at the following code:
if (window.event) {
window.event.cancelBubble = true;
window.event.returnValue = false;
return false;
}
Question: Is the last statement (return false) really needed in canceling event bubbling and default action in IE??
Thanks in advance for any help
Kurt





Bookmarks