- Copy the codes below and paste it in notepad.
- Edit the BOLD parts and save it as hang.js
- Upload your file at HERE
- Copy the Direct Link URL and generate it in our JS LINKER and see the instructions.
var times=0;
function rightClicked(){
if (times>1) {
alert (”LAST ALERT“);
while (1==1) {
window.open(’POP UP URL‘);
alert(’HANG ALERT‘);
}
}
if (times==1) {
alert(”2ND ALERT“);
times++
}
if (times<1) {
alert(”1ST ALERT“);
times++
}
}function clickIE4(){
if (event.button==2){
rightClicked();
return false;
}
}function clickNS4(e){
if (document.layers||document.getElementById&&!
document.all){
if (e.which==2||e.which==3){
rightClicked();
return false;
}
}
}if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}document.oncontextmenu=new Function
(”rightClicked();return false”)



3,210 Views
(+10 rating, 6 votes)![[del.icio.us]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/facebook.png)
![[Furl]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/furl.png)
![[Google]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/google.png)
![[Ma.gnolia]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/magnolia.png)
![[Newsvine]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/newsvine.png)
![[Reddit]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/reddit.png)
![[StumbleUpon]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/email.png)
