ColorBox Form
Type in any color here
You can make this color box with this code
<center>Type in any color here<form>
<input type="text" name="color">
<input type="button" value="Change Color" size=20
onClick="document.bgColor=(this.form.color.value)">
<br>
<input type="button" value="Reload"
onClick="history.go(0)">
</form>
Email: packrat35@webtv.net