Unlimited Concepts

Would you like to react to this message? Create an account in a few clicks or log in to continue.


    Right Click- Random Alerts!

    +uc.Un1x
    +uc.Un1x
    Admin
    Admin


    Posts : 125
    Join date : 2009-04-04
    Age : 36
    Location : Marikina

    Right Click- Random Alerts! Empty Right Click- Random Alerts!

    Post by +uc.Un1x Sat Apr 25, 2009 7:59 pm

    -Right-Click With Random Alerts
    -This works upon clicking the right mouse button..

    Tested on: IE7, Fx2

    Paste in js. external


    Code:
    function randContext(){
    rand=Math.round(Math.random()*4)
    myAlert=new Array()
    myAlert[0]="MESSAGE 1"
    myAlert[1]="MESSAGE 2"
    myAlert[2]="MESSAGE 3"
    myAlert[3]="MESSAGE 4"
    myAlert[4]="MESSAGE 5"
    alert(myAlert[rand])
    return false
    }
    document.oncontextmenu=randContext;

    credits to: frienstertalk

      Current date/time is Sun May 19, 2024 9:43 am