1.文本框焦點問題
onBlur:當(dāng)失去輸入焦點后產(chǎn)生該事件
onFocus:當(dāng)輸入獲得焦點后,產(chǎn)生該文件
Onchange:當(dāng)文字值改變時,產(chǎn)生該事件
Onselect:當(dāng)文字加亮后,產(chǎn)生該文件
<input type="text" value="郭強" onfocus="if(value=='郭強') {value=''}" onblur="if
(value=='') {value='郭強'}">點擊時文字消失,失去焦點時文字再出現(xiàn) 字串4
2.鼠標(biāo)移入移出時顏色變化
<input type="submit" value="找吧" name="B1" onMouseOut=this.style.color="blue"
onMouseOver=this.style.color="red" class="button">
3.平面按鈕
<input type=submit value=訂閱 style="border:1px solid :#666666; height:17px; width:25pt; font-size:9pt;
BACKGROUND-COLOR: #E8E8FF; color:#666666" name="submit">
4.網(wǎng)頁按鈕的特殊顏色
<input type=button name="Submit1" value="郭強" size=10 class=s02 字串5
style="background-color:rgb(235,207,22)">
5.按鈕顏色變化
<input type=text name="nick" style="border:1px solid #666666; font-size:9pt; height:17px;
BACKGROUND-COLOR: #F4F4FF; color:#ff6600" size="15" maxlength="16">
6.平面輸入框
<input type="text" name="T1" size="20" style="border-style: solid; border-width: 1">
7.使窗口變成指定的大小
<script>
window.resizeTo(300,283);
</script>
8.使文字上下滾動
<marquee direction=up scrollamount=1 scrolldelay=100 onmouseover='this.stop()' onmouseout='this.start()'
height=60>
<!-- head_scrolltext -->
<tr>
<td>
共和國
</table> <!-- end head_scrolltext -->
</marquee> 字串8
9.狀態(tài)欄顯示該頁狀態(tài)
<base onmouseover="window.status='網(wǎng)站建設(shè) ;return true">
10.可以點擊文字實現(xiàn)radio選項的選定
<br>
<input type="radio" name="regtype" value="A03" id="A03">
<label for="A03"> 情侶 : 一次注冊兩個帳戶</label> <br>
11.可以在文字域的font寫onclick事件
12.打印</a>打印網(wǎng)頁
<a href='javascript:window.print ()'>
13.線型輸入框
<input type="text" name="key" size="12&