Log In · Register

 
need the code, 4 the ever-lasting pop-ups on right-clic
mzteriouzme007
post Dec 28 2004, 09:01 PM
Post #1


Senior Member
****

Group: Member
Posts: 136
Joined: Mar 2004
Member No: 9,910



what happened to the code that made a pop-up box the first time and the 2nd, it would liek... be ever-lasting when you right click?! cry.gif

anyone know the code please?
 
 
Start new topic
Replies
BrooKie
post Dec 28 2004, 11:04 PM
Post #2


Sophomore
****

Group: Member
Posts: 233
Joined: Dec 2004
Member No: 72,625



this is the one

CODE
<!-- begin code provided by createblog.com -->
<script LANGUAGE="JavaScript">
// Right Click Infinate Warning
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("ENTER YOUR FIRST MESSAGE HERE");
times++ } }
function bye() {
alert("ENTER YOUR SECOND MESSAGE HERE");
bye() }
<!-- end code provided by createblog.com -->


just put in what u want the two pop-ups to say

lol. i have that on my site. and a couple of my friends got stuck. tongue.gif
 

Posts in this topic


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