B3NKobe
September 27, 2004, 4:30am
1
Hi - I was wondering if any one had a simple script so that on a webpage is the user right clicks a msg pops up saying something like “copyright 2004” etc.
I have found a few scripts to do this, although havnt found one that works in Mozilla Firefox webbrowser.
If anyone has one it would be great…Thanx
system
September 27, 2004, 9:39am
2
Uhh they should work in Firefox unless firefox has no support for javascript
try this even thoguh its on every click i’m not sure if you can do it on rigth clcik only
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
//-->
</script>
</head>
<body onmousedown="MM_popupMsg('Copyright 2004')">
</body>
</html>
system
September 27, 2004, 5:36pm
3
That’s because you can (selectively) turn of javascript with firefox/mozilla.
system
September 27, 2004, 6:45pm
4
b3nkobe:
Hi - I was wondering if any one had a simple script so that on a webpage is the user right clicks a msg pops up saying something like “copyright 2004” etc.
I have found a few scripts to do this, although havnt found one that works in Mozilla Firefox webbrowser.
If anyone has one it would be great…Thanx
I never really understood the point of this. if you worried about getting your content/images ripped, there are tons of other ways to do it.
Just my $.02
system
September 27, 2004, 9:54pm
5
I have seen a program that does this somehow. I dont know how it works but supposedly it works well.
system
September 28, 2004, 12:05pm
6
No it doesn’t.
Before someone can view any image/page, it has to download it. Once it is on the hard drive, the user already has what’s on your page. All of it.
system
September 28, 2004, 12:43pm
7
then why are you even putting the pictures up its impossile for them to be safe
-screen capture
-camera
-google spiders
just to name a few common ways
system
September 28, 2004, 1:34pm
8
Those scripts dont work any way!!
just hit return at the same time as you right click and it over rides it and you get the usual menu, view source
system
September 28, 2004, 1:38pm
9
system
September 28, 2004, 3:08pm
10
<body oncontextmenu=“return false;”>
<body oncontextmenu=“false”>
<body oncontextmenu=“javascript:alert(’***k off’)”>
whatever can be accessed can be acquired.