RuneCode Rsps

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

RuneCode Is a Rsps 742 Eco Server trying to get to the top


    Simple Coding

    avatar
    Mod_Trojans


    Posts : 3
    Join date : 2013-03-23

    Simple Coding Empty Simple Coding

    Post by Mod_Trojans Mon Apr 08, 2013 10:04 pm

    Here are some EASY scripts to remember (Once you get this down you don't have to try to remember them again.)



    Code:
    <SCRIPT LANGUAGE="Javascript">
    function changecolor(code)
    {
    document.bgColor=Code
    }
    </script>
    <input type="button" name="Not Important" Value="Any name" onclick="Changecolor('red')">

    You can use an color you want in the ('color') part where it displays red.
    The name= just Keep as "Button1" and value=" is the actual name of the button you are clicking on.
    This code displays the WHOLE page your on as the color you chose.
    ------------------------------------------------------------------------
    Code:
     <script>
    function myfunction()
    {
    alert('Hey Runecode');
    }
    </script>
    <input type="button" onclick="myfunction()" value="Hello"/>

    That displays and alert box. Alert('hey'); displays whats inside the alert while, value="hello" displays the outside;what the button says on it.
    --------------------------------------------------------------------------------
    Links

    Code:
    <a href="runecode742.forumotion.com>Runecode</a>

    Displays a HTML link to click on after the website address the part where runecode is at is where you put the name of the website or whatever you want.




    Code:
     <marquee bgcolor="#000000"><Font color="#00ff00">Hey runecode</font></marquee>

    Displays a scrolling bar with the color bgcolor (background) is black and font is green
    all fonts/bg's have 6 letters or numbers.



    Sorry if some don't work they all should but errors do get bypassed. I hope this helps you all out and goodluck coding!
    study

      Current date/time is Wed May 15, 2024 4:37 pm