Unlimited Concepts

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


    Welcome and Goodbye using JS

    +uc.Un1x
    +uc.Un1x
    Admin
    Admin


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

    Welcome and Goodbye using JS Empty Welcome and Goodbye using JS

    Post by +uc.Un1x Thu Apr 30, 2009 4:27 am

    #1 Copy the codes below and paste it in notepad.
    #2 Edit the YELLOW parts and save it as hang.js


    /*Welcome*/
    /*CaDeAtH*/
    window.onload= loaded;

    function loaded()
    {
    alert('INTRO MESSAGE');
    }
    /*Welcome END*/
    /*Goodbye*/
    window.onunload = unloadPage;

    function unloadPage()
    {
    alert("GOODBYE MESSAGE");
    }
    /*Goodbye END*/

    Credits to: Fstutorials

      Current date/time is Sun May 19, 2024 7:53 am