Background Color Change Pop Up Box


You make this pop up color box changer with this code
<center>
<form>
<input value="Click here to change background color" type=button onClick="var gg=prompt('Give a color name or hex code - 6-digits using 0-9 and A-F',);
document.bgColor=gg">
</form>
</center>