Thanks everybody for your replies!!!
I looked at those links, and that is helpful outside of the IFrame, the reason i am trying to disable right click is because my site is an online boutique, and I invest in photographing and cleaning the images, and I don't want designers, other boutiques, press or anybody taking and posting these images without my permission - it happens too often, and while i know the protection is not fool proof, it does prevent those who are not savvy from taking the images, or at least it deters them to contact me instead! So, not trying to frustrate, just mildly protect.
IFrame is used to allow for images to be swapped from thumbnails presented below - so that one window shows different images.
see
www.funkylala.com/Agrigento.htm (then click on any image)...
the code I have specifically is this:
<table width=620 height=21 border=0 cellspacing=0 cellpadding=0>
<tr>
<td valign=top width=255>
<table width=255 height=370 border=0 cellspacing=0 cellpadding=0>
<tr>
<td><IFRAME src="gsl_emma01.jpg" name=image scrolling=no frameBorder=0 width=255 height=385></IFRAME></td>
</tr>
</table>
<table width=255 border=0 cellspacing=0 cellpadding=0 >
<tr>
<td align=center>Select images for other views</td>
</tr>
</table>
<table height=50 border=0 cellspacing=0 cellpadding=8 align=center>
<tr>
<td>
<table border=0 cellspacing=0 cellpadding=1 bgcolor=#B3B2B2>
<tr>
<td><a href="gsl_emma02.jpg" target=image><img src="gsl_emma02.jpg" border=0 height=50></a></td>
</tr>
</table>
</td>
<td>
<table border=0 cellspacing=0 cellpadding=1 bgcolor=#B3B2B2>
<tr>
<td><a href="gsl_emma03.jpg" target=image><img src="gsl_emma03.jpg" border=0 height=50></a></td>
</tr>
</table>
</td>
<td>
<table border=0 cellspacing=0 cellpadding=1 bgcolor=#B3B2B2>
<tr>
<td><a href="gsl_emma04.jpg" target=image><img src="gsl_emma04.jpg" border=0 height=50></a></td>
</tr>
</table>
</td>
<td>
<table border=0 cellspacing=0 cellpadding=1 bgcolor=#B3B2B2>
<tr>
<td><a href="gsl_emma01.jpg" target=image><img src="gsl_emma01.jpg" border=0 height=50></a></td>
</tr>
</table>
</td>
</tr>
</table>
Thanks again for all the help so far...I'm not sure with this setup if using <img> tag in div/span with scroll functionality and apply on
oncontextmenu function???
Lizzy