1.文字方塊焦點問題
onBlur:當失去輸入焦點後產生該事件
onFocus:當輸入獲得焦點後,產生該檔案
Onchange:當文字值改變時,產生該事件
Onselect:當文字值改變時,產生該事件
Onselect:當文字值改變文字加亮後,產生該檔案
點擊時文字消失,失去焦點時文字再出現
2.網頁按鈕的特殊顏色
style="background-color:rgb(235,207,22)">
type
3. ="submit" value="找吧" name="B1" onMouseOut=this.style.color="blue"
onMouseOver=this.style.color="red" class="button">
4.平面按鈕
; color:#666666" name="submit">
5.按鈕顏色變化
"T1" size="20" style="border-style: solid; border-width: 1">
7.將視窗變成指定的大小
<script></script>
window.resizeT(300,283) ;
8.使文字上下捲動