I can do it in 9.553 seconds.
"Joe Rohn" <(E-Mail Removed)> wrote in message
news:O$(E-Mail Removed)...
| As a test please put that script on any page you want..tell me the url..
and
| I will send you the image you don't want taken in about 10 seconds.
|
| It will Not protect image theft. Anyone that really wants an image will
| still get it very quickly with that script.
|
| I don't mean to sound harsh..I just don't think you should falsely believe
| it will help.
|
| --
| Joe
| Microsoft MVP FrontPage
|
| Expression and FrontPage Web Forums:
|
http://www.timeforweb.com/frontpage/forum/default.asp
|
| "blueyedawn" <(E-Mail Removed)> wrote in message
| news:21BB0487-ABDF-4746-8C2E-(E-Mail Removed)...
| >I found this:
| >
| > <script language=JavaScript>
| > <!--
| >
| > //Disable right mouse click Script
| > //By Maximus ((E-Mail Removed)) w/ mods by DynamicDrive
| > //For full source code, visit
http://www.dynamicdrive.com
| >
| > var message="Function Disabled!";
| >
| > ///////////////////////////////////
| > function clickIE4(){
| > if (event.button==2){
| > alert(message);
| > return false;
| > }
| > }
| >
| > function clickNS4(e){
| > if (document.layers||document.getElementById&&!document.all){
| > if (e.which==2||e.which==3){
| > alert(message);
| > return false;
| > }
| > }
| > }
| >
| > if (document.layers){
| > document.captureEvents(Event.MOUSEDOWN);
| > document.onmousedown=clickNS4;
| > }
| > else if (document.all&&!document.getElementById){
| > document.onmousedown=clickIE4;
| > }
| >
| > document.oncontextmenu=new Function("alert(message);return false")
| >
| > // -->
| > </script>
| >
| > "Joe Rohn" wrote:
| >
| >> Hi blueyedawn,
| >>
| >> The short answer is you can't. Once the page or image is viewed it is
in
| >> the
| >> browsers cache and can be had.
| >>
| >> There are no-right click scripts available..but they will not deter
| >> people
| >> that want your images from taking them..so please don't waste any time
| >> with
| >> implementing those.
| >>
| >> --
| >> Joe
| >> Microsoft MVP FrontPage
| >>
| >> Expression and FrontPage Web Forums:
| >>
http://www.timeforweb.com/frontpage/forum/default.asp
| >>
| >>
| >> "blueyedawn" <(E-Mail Removed)> wrote in message
| >> news:C6F86BA0-9843-48EC-A841-(E-Mail Removed)...
| >> >I have data and pictures that I need to ensure can't be clicked and
| >> >copied
| >> > that are used to misrepresent many in my industry. How can I
restrict
| >> > copying on my published site?
| >>
| >>
| >>
|
|