English
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!-- Add the following code to the <body> area - -> <form> <input type="button" Value="red" onClick="document.bgColor='red'"> <input type="button" Value="orange" onClick="document.bgColor='orange '"> <input type="button" Value="yellow" onClick="document.bgColor='yellow'"> <input type="button" Value="green" onClick="document.bgColor='green'" > <input type="button" Value="blue" onClick="document.bgColor='blue'"> <input type="button" Value="purple" onClick="document.bgColor='purple'"> </form>