Normal
[html]<html><head><script language="Javascript1.2"><!--var mymessage = "www.tevhid.gen.tr";function rtclickcheck(keyp){if (navigator.appName == "Netscape" && keyp.which == 3) {alert(mymessage);return false;}if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {alert(mymessage);return false;}}document.onmousedown = rtclickcheck//--></script></head></html> [/html]
[html]<html>
<head>
<script language="Javascript1.2">
<!--
var mymessage = "www.tevhid.gen.tr";
function rtclickcheck(keyp){
if (navigator.appName == "Netscape" && keyp.which == 3) {
alert(mymessage);
return false;
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
document.onmousedown = rtclickcheck
//-->
</script>
</head>
</html>
[/html]