請選取背景顏色

更換背景

將下列程式碼複製至<head>程式碼</head>區內

<Script>
org_Color=document.bgColor.substring(1.10)
</script>
<form>
<input type="button" value="淡黃色背景" onClick="document.bgColor='#feffc6'">
<input type="button" value="淺藍色背景" onClick="document.bgColor='#c6fffe'">
<input type="button" value="粉紅色背景" onClick="document.bgColor='#ffc9c6'">
</form>

請選取背景顏色
<FORM>
<SELECT onChange="document.bgColor=this.options[this.selectedIndex].value">
<OPTION VALUE="d2c6ff" SELECTED>淡紫藍
<OPTION VALUE="feefc7">太陽黃
<OPTION VALUE="ffd2c6">淡紅橘
<OPTION VALUE="c7fed8">蘋果綠
<OPTION VALUE="80ff80">草原綠
</SELECT><P></FORM>