?? blurvschangeexample.htm
字號:
<html>
<head>
<title>Blur vs. Change Example</title>
</head>
<body>
<p>Type a few characters in the textbox and then tab to the Submit button.
Then, click on the textbox and tab back to the Submit button without
changing the text.</p>
<form method="post" action="javascript:alert('Submitted!')">
<!-- hidden field -->
<input type="hidden" name="hidden1" value="hidden value" />
<!-- textbox that should get focus -->
<input type="text" name="textbox1" value="" onblur="alert('Blur')" onchange="alert('Change')"/>
<!-- submit button -->
<input type="submit" value="Submit Form" />
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -