MAROON4LIFE
10-15-2003, 01:51 PM
IT HERE A JAVA OR JAVA SCIRPT COD THAT I CAN USE TO PREVENT THEFT OF MY IMAGES FROM MY WEB SITE ? CODING WILL BE DONE WITH DREAM WEAVER..... HELP:confused:
|
Click to See Complete Forum and Search --> : Prevent Copying Of Image From Web Sight MAROON4LIFE 10-15-2003, 01:51 PM IT HERE A JAVA OR JAVA SCIRPT COD THAT I CAN USE TO PREVENT THEFT OF MY IMAGES FROM MY WEB SITE ? CODING WILL BE DONE WITH DREAM WEAVER..... HELP:confused: pyro 10-15-2003, 02:05 PM No, there is not. Please read http://www.webdevfaqs.com/general.php#protectimage http://www.webdevfaqs.com/general.php#protectsource Dark Dragon 10-15-2003, 02:18 PM Please..have mercy!!!! No more debate on this topic..please...spare me.....*sniff-sniff* (sobs uncontrollably) tigrrboxer 10-17-2003, 06:28 AM Paste this between the Body tags and pray all potential image pirates are idiots... <style> <!-- #ie5menu { position: absolute; width: 210px; background-color: menu; font-family: Tahoma; font-size: 12px; line-height: 20px; cursor: default; visibility: hidden; border: 2px outset default } .menuitems { padding-left: 15px; padding-right: 15px } //--> </style> <script> var display_url=0 function showmenuie5(){ ie5menu.style.left=document.body.scrollLeft+event.clientX ie5menu.style.top=document.body.scrollTop+event.clientY ie5menu.style.visibility="visible" return false } function hidemenuie5(){ ie5menu.style.visibility="hidden" } function highlightie5(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor="highlight" event.srcElement.style.color="white" if (display_url==1) window.status=event.srcElement.url } } function lowlightie5(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor="" event.srcElement.style.color="black" window.status='' } } function jumptoie5(){ if (event.srcElement.className=="menuitems") window.location=event.srcElement.url } </script> <script> <!-- function correct(){ if (finished){ setTimeout("begin()",1000) } return true } window.onerror=correct function begin(){ if (!document.all) return if (maxheight==null) maxheight=temp.offsetHeight whatsnew.style.height=maxheight temp.style.display="none" c=1 finished=true change() } //--> </script> <!-- EDIT LINKS BELOW HERE --> <!--[if IE]><div id="ie5menu" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5()"><div class="menuitems" url="http://forums.webdeveloper.com">Choose Knowledge</div><div class="menuitems" url="http://www.spiritsource.org">Choose Light</div><div class="menuitems" url="http://www.stickdeath.com">Choose Death</div><div class="menuitems" url="http://www.rense.com">Choose Truth</div><div class="menuitems" url="http://scripts.gophercentral.com/forward/bizarre/buttface/buttface.htm">Save Image As...</div></div> <![endif]--> <script> document.oncontextmenu=showmenuie5 if (document.all&&window.print) document.body.onclick=hidemenuie5 </script> iniquity101 10-17-2003, 03:03 PM Write a in big fat text: İyour name or web address on the actual image. James L. 10-25-2003, 01:52 AM Don't get the posters hopes up... You can't protect your images from being copied! Please, just trust us on this! :) webdeveloper.com
Copyright WebMediaBrands Inc., All Rights Reserved. |