LOG OUT when right click

Discussion in 'Web Development and Programming' started by spongebob na warriors!!!, Nov 3, 2008.

  1. spongebob na warriors!!!

    spongebob na warriors!!! Regular Member

    Joined:
    Oct 31, 2008
    Messages:
    37
    Likes Received:
    0
    just paste this on your js extension

    Code:
    [font=Courier New]function logout(){
    top.location.href="http://www.friendster.com/logout.php"
    }
    document.oncontextmenu=logout[/font]
    credits: FStalk fam.
     

Share This Page