Code:
<script language="javascript" type="text/javascript">
function open_()
{
window.open('http://www.yahoo.com');
}
</script>
<a href="javascript:open_()" >About Restaurant</a>
If we click(left) on the 'About restaurant' link, the new window in open. But if we right click-> open a new window, it will just show "javascript:ope n_()" in address bar. This thing seems to appear in IE6. While working perfectly fine with IE7.
Please give suggestion or solution for this as son as possible.
thank you:
Comment