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 29 2004, 02:53 PM
Post #2


Sophomore
****

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



i fixed it. this should work now.

CODE
<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() } </script>
 

Posts in this topic


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