0 members and 17,444 guests
No Members online

» Site Navigation
» Stats
Members: 35,442
Threads: 103,075
Posts: 826,688
Top Poster: cc.RadillacVIII (7,429)
|
-
Ok, here is the code... I didn't write it...so I'm leaving the credit on there.. And please if you use it, dont remove the credit line. Script works with Netscape 4 AND Internet Explorer 4+
Code:
<script language=JavaScript>
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
This is the one I use alot. good for not getting images stolen
-Sh4d0w
-
Those are evil for FireFox users without the tabbed browser preference extension.
-
CTRL+CLICK will open a link in a new tab for firefox. Or middle click will too if you have it.
Resident father figure.
-
No, if you wanna open a link in a new tab.
-
that's what i said. CTRL+Click or middle click on a link and it will open in a new tab under Firefox.
Resident father figure.
-
*yawns* it's completely demolished by ppl smart enough to hit the good old "prt sc" button. Screenshot doesnt work as well on huge images, but for small ones it's good.
-
True, or just reading the source code and going to the image's url. But no-right click has other functions as well.
Resident father figure.
-
Originally posted by unit_number_43@Apr 22 2005, 09:09 PM
True, or just reading the source code and going to the image's url. But no-right click has other functions as well.
[snapback]40933[/snapback]
Yea, I believe there is a code...or something you do on your host so it doesnt let people do that..type in the url of an image.. i'll look out for that and let you guys know if i find it.
-sh4d0w
-
Code:
<BODY oncontextmenu="return false" onselectstart="return false"
ondragstart="return false" bgProperties=fixed>
</script>
Best one! + Shortest
-
some free website hosts have no-hotlinking things so that if you put the whole url in, it doesn't work, but if you just refer to it like 'img.jpg' it works. its pretty cool. you guys gotta make a tut on how to do that. :P
Similar Threads
-
By Blank_Canvas in forum Digital Art
Replies: 6
Last Post: 12-24-2005, 12:10 AM
-
By OpticoN in forum Sigs & Manips
Replies: 3
Last Post: 12-15-2005, 09:59 PM
-
By Morphius in forum Sigs & Manips
Replies: 4
Last Post: 06-20-2005, 12:26 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|