Hello, I am still having a problem with this and it only occurs in MS IE. I run this script and left click works fine, as does right click. They open what they are supposed to. The problem that occurs is that the right click still has menucontext still comes up on the right click. But only if you click the picture. The click here link does exactly what I want the picture to do. As far as I can tell the code is the same and should work, but it doesn't. If you see what I'm missing please let me know. Thanks!
<script type="text/javascript">
<!--
function hi(){alert('help');}
function originalShirtL()
{window.open('images/OScloseup.jpg','CloseUp','width=623,height=567,resizable=0,scrollbars=0,location=0,directories=0,status=
0,menubar=0');}
function originalShirtR()
{window.open('images/OScloseupb.jpg','CloseUp','width=623,height=567,resizable=0,scrollbars=0,location=0,directories=0,status
=0,menubar=0');}
//-->
</script>
<span style="cursorointer;" onclick="originalShirtR();" oncontextmenu="originalShirtR();return false";>
<img border="0" src="images/Original_Shirt.gif" width="181" height="154"><table border="0" cellpadding="0"
cellspacing="0" style="border-collapse: collapse" width="100%">
</span>
<span id="SpecialSpan"
onmouseover="this.style.cursor='pointer'"
onmouseout="this.style.cursor='default'"
oncontextmenu="hi();return false";>
*click here*
</span>
<script type="text/javascript">
<!--
function hi(){alert('help');}
function originalShirtL()
{window.open('images/OScloseup.jpg','CloseUp','width=623,height=567,resizable=0,scrollbars=0,location=0,directories=0,status=
0,menubar=0');}
function originalShirtR()
{window.open('images/OScloseupb.jpg','CloseUp','width=623,height=567,resizable=0,scrollbars=0,location=0,directories=0,status
=0,menubar=0');}
//-->
</script>
<span style="cursorointer;" onclick="originalShirtR();" oncontextmenu="originalShirtR();return false";>
<img border="0" src="images/Original_Shirt.gif" width="181" height="154"><table border="0" cellpadding="0"
cellspacing="0" style="border-collapse: collapse" width="100%">
</span>
<span id="SpecialSpan"
onmouseover="this.style.cursor='pointer'"
onmouseout="this.style.cursor='default'"
oncontextmenu="hi();return false";>
*click here*
</span>