In IE8, Safari, Chrome and Firefox if I right-click on the link the new tab and new window options are disabled. Right-clicking the link in IE7 still has these two options enabled. Is there any way to disabled these options in IE7 for javascript links?
Sample Code:
<html>
<body>
<a href="javascript: alert('Hello');">Javascript link</a>
</body>
</html>