Log In · Register

 
does anyone have the code for, no right click?
miss_chaotic
post Sep 17 2004, 09:33 PM
Post #1


The Crazed One
**

Group: Member
Posts: 15
Joined: Sep 2004
Member No: 45,987



if you do can you please post it..thanks biggrin.gif
 
 
Start new topic
Replies
fiji_kid
post Sep 18 2004, 12:15 AM
Post #2


Fizzle Ma Nizzle
******

Group: Member
Posts: 1,019
Joined: Apr 2004
Member No: 11,978



QUOTE
<head>

<script language="JavaScript"> <!--


var message="Sorry, that function is disabled.\n\nContents & Graphics Copyright ©your name\nOur work is not Public Domain, and should NOT be taken from this site."; // Message for the alert box



function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>


edit :
Sorry, that function is disabled.\n\nContents & Graphics Copyright ©your name\nOur work is not Public Domain, and should NOT be taken from this site

and also this code it not in the script section laugh.gif



QUOTE
Here is one

http://www.createblog.com/forums/index.php?showtopic=54

but there are more in the xanga scripts 

that code is for right click and pop-up
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: