I use a Javascript to open a new window to display a larger image. It looks like this:
<script LANGUAGE="JavaScript">
<!--
function openWin(URL,width,height)
{
window.open(URL,"newwindow","height=" + height + ",width=" + width +
",toolbars=no,status=no,location=no");
}
//-->
</script>
And is called like this:
<a href="javascript
penWin('graphics/file.jpg',520,375);"><img src="graphics/file.jpg" width="270" height="253" alt="decription" border="0"><br>
<span class="head4">Click For Larger Photo</span></a>
Is there a way to protect the "larger view" image that is opened in a new window from being stolen by an average user ? I know there is no fool-proof way to protect images from someone really intent on stealing them.
Thanks
Zumie![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
Visualize whorld peas.
<script LANGUAGE="JavaScript">
<!--
function openWin(URL,width,height)
{
window.open(URL,"newwindow","height=" + height + ",width=" + width +
",toolbars=no,status=no,location=no");
}
//-->
</script>
And is called like this:
<a href="javascript
<span class="head4">Click For Larger Photo</span></a>
Is there a way to protect the "larger view" image that is opened in a new window from being stolen by an average user ? I know there is no fool-proof way to protect images from someone really intent on stealing them.
Thanks
Zumie
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
Visualize whorld peas.