• video test

  • The new WDWMAGIC iOS app is here!
    Stay up to date with the latest Disney news, photos, and discussions right from your iPhone. The app is free to download and gives you quick access to news articles, forums, photo galleries, park hours, weather and Lightning Lane pricing. Learn More
  • Welcome to the WDWMAGIC.COM Forums!
    Please take a look around, and feel free to sign up and join the community.

Just trying some html..

tk421-sw

New Member
Original Poster
HTML:
<HEAD>

<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Original:  Martin Webb (martin@irt.org) -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! [url]http://javascript.internet.com[/url] -->

<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
//  End -->
</script>
</HEAD>

Testing Html crap...

picture3761ql.jpg




<CENTER>[ Try right-clicking the image and then the text link below ]





<a%20href=
http://javascript.internet.com/img/tjsbutton.gif">




Text">http://javascript.internet.com">Text Link




<CENTER>

[font=arial, helvetica][size=-2]Free JavaScripts provided

by The">http://javascriptsource.com">The JavaScript Source[/size][/font]


</CENTER>

</CENTER>
 

Robfasto

New Member
When I right click on the picture I get the same infomation that I always do.

I used to use a script like this on my site (http://www.disneypix.com) but found out quickly that these scripts are ALL so easy to by-pass it isn't even funny. Plus with the newer Internet Explorer it has an option that is on by default that always you to save the pictures without right clicking on them.

It turn out that no matter what you do to your pictures if someone really wants them they will get them.
 

dolbyman

Well-Known Member
only way to save your images from direct copy (not from screen print though) is a java or flash viewer ..


and you should install a webserver (for testing just a local one..small apache) and test your scripts there .. a froum is the wrong place for testing script .. because they won't work :lookaroun
 

Robfasto

New Member
dolbyman said:
only way to save your images from direct copy (not from screen print though) is a java or flash viewer ..


and you should open a webserver (for testing just a local one) and test your scripts there .. a froum is the wrong place for testing script .. because they won't work :lookaroun

Even with a Java or Flash View the pictures can be gotten if someone wants them... I agree with testing someplace else besides a public form because as you mentioned most scripts don't work right
 

Register on WDWMAGIC. This sidebar will go away, and you'll see fewer ads.

Back
Top Bottom