View Single Post
(#45)
Old
almanian is Offline
Lurker
almanian is on a distinguished road
 
Posts: 1
Join Date: Jul 2006
Default 08-21-2006, 01:34 PM

<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -

function changecolor(code) {

document.bgColor=code
}
// - End of JavaScript - -->
</SCRIPT>

</HEAD>
<BODY>

<form>
<input type="button" name="Button1" value="RED" onclick="changecolor('red')">

nice content on this site
Reply With Quote