Log In · Register

 
 
Closed TopicStart new topic
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
 
shortvi3tlaydee
post Sep 17 2004, 09:34 PM
Post #2


moohaha
******

Group: Member
Posts: 2,154
Joined: Aug 2004
Member No: 41,985



look in xanga scripts be4 u post plz [o yah they are diff types of right clicks plz be more specific]
 
muffin dude 292
post Sep 17 2004, 09:37 PM
Post #3


hi!
*****

Group: Member
Posts: 492
Joined: Jul 2004
Member No: 31,363



Here is one

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

but there are more in the xanga scripts flowers.gif
 
fiji_kid
post Sep 18 2004, 12:15 AM
Post #4


Fizzle Ma Nizzle
******

Group: Member
Posts: 1,316
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
 
C.Lime.Jello.
post Sep 18 2004, 12:18 AM
Post #5


The voices talk too much... -.-u
******

Group: Member
Posts: 2,103
Joined: Aug 2004
Member No: 39,078



Okay....
If your really worried about jockers, use the rightclick = refresh script.
That's practically the only one that works on Mozilla.

CODE
<!-- begin code provided by createblog.com -->

<body oncontextmenu="location=self.location;return false";
ondragdrop="returnfalse";
onselectstart="return false">

<!-- end code provided by createblog.com -->


But yeah, any of the other ones will work fine on IE.
 
fiji_kid
post Sep 18 2004, 12:24 AM
Post #6


Fizzle Ma Nizzle
******

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



lol.. no1 can start jockers.. there are a few tricks and ways to unlocking those codes

-for example if the person has a right click pop-up
then u can just left click and right click really quickly and the bar opens laugh.gif

and there are many more wink.gif
 

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