need the code, 4 the ever-lasting pop-ups on right-clic |
![]() ![]() |
need the code, 4 the ever-lasting pop-ups on right-clic |
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?!
anyone know the code please? |
|
|
|
Dec 28 2004, 09:08 PM
Post
#2
|
|
![]() All i want is a HERO to be there for me...is it too much to ask? ![]() ![]() ![]() ![]() Group: Member Posts: 287 Joined: Nov 2004 Member No: 66,293 |
the one where u can never stop clicking ?? the annoying one? i'd perfer a single click or log out or earthquake effect? those are the only one i know do u want those instead?
|
|
|
|
Dec 28 2004, 09:11 PM
Post
#3
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
yeah, it is annoying.
there are lots of code to disable right clicking in the scripts. choose you likings [down on bottom] choose you likings [continued] |
|
|
|
Dec 28 2004, 11:04 PM
Post
#4
|
|
![]() 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. |
|
|
|
Dec 28 2004, 11:11 PM
Post
#5
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
I find those awfully annoying.
|
|
|
|
Dec 28 2004, 11:27 PM
Post
#6
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
put a stapler on your enter key
|
|
|
|
Dec 28 2004, 11:57 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 136 Joined: Mar 2004 Member No: 9,910 |
hahah!! ^-^ thanx! got it~ i used to have it on my xanga but then i reseted it and everythign got deleted... x]
|
|
|
|
Dec 28 2004, 11:57 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 136 Joined: Mar 2004 Member No: 9,910 |
thannnnnx!! oh yeha... that's all i needed so if you knwo how, can you close this topic? kuz i'm stupid
|
|
|
|
Dec 29 2004, 12:31 AM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 136 Joined: Mar 2004 Member No: 9,910 |
WAIT!!!
it won't work!! |
|
|
|
Dec 29 2004, 12:43 AM
Post
#10
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 136 Joined: Mar 2004 Member No: 9,910 |
it just has the code @ the bottom of my xanga!
www.xanga.com/bebixangelzgrl |
|
|
|
Dec 29 2004, 01:03 AM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 136 Joined: Mar 2004 Member No: 9,910 |
HEEEEEEELLLLLLLLLLPPP!!
it just shows the code @ the bottom and you cna right click! the code wont' work 4 me |
|
|
|
Dec 29 2004, 03:54 AM
Post
#12
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Dec 2004 Member No: 75,528 |
insert </SCRIPT> above <!-- end code provided by createblog.com -->
I think that'll solve the problem |
|
|
|
Dec 29 2004, 02:53 PM
Post
#13
|
|
![]() 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> |
|
|
|
Dec 29 2004, 03:26 PM
Post
#14
|
|
![]() hello : ) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,227 Joined: Apr 2004 Member No: 13,139 |
you should maybe try looking harder in xanga script next time =)
|
|
|
|
Jan 1 2005, 02:57 AM
Post
#15
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
Also, please don't post two or more posts in a row... just click "edit" on the blue box of your post.
|
|
|
|
![]() ![]() |