topical media & game development

talk show tell print

graphic-javascript-effect-background-button-effect.htm / htm



  
  <!-- TWO STEPS TO INSTALL BACKGROUND COLOR CHANGER:
  
    1.  Copy the coding into the HEAD of your HTML document
    2.  Add the last code into the BODY of your HTML document  -->
  
  <!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->
  
  <HEAD>
  
  <SCRIPT LANGUAGE="JavaScript">
  
  <!-- This script and many more are available free online at -->
  <!-- The JavaScript Source!! http://javascript.internet.com -->
  <!-- Original:  Sandy McKay (razoblade12@alberta.com) -->
  
  <!-- Begin
  function newbg(thecolor)
  {
  document.bgColor=thecolor;
  }
  //  End -->
  </script>
  
  </HEAD>
  
  <!-- STEP TWO: Copy this code into the BODY of your HTML document  -->
  
  <BODY>
  
  <div align="center">
  <form>
    <input type="button" value="White" onclick="newbg('white');">
    <input type="button" value="Blue" onclick="newbg('blue');">
    <input type="button" value="Beige" onclick="newbg('Beige');">
    <input type="button" value="Yellow" onclick="newbg('yellow');">
  </form>
  </div>
  
  <p><center>
  <font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
  by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
  </center><p>
  
  <!-- Script Size:  1.12 KB -->
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.