?? p208_form_events.htm
字號:
<HTML><HEAD><SCRIPT>
function applause()
{
var answer = "Man is correct!\n" +
"Man crawls when young, " +
"walks when adult, " +
"and uses a cane in old age\n" +
"\nShould you meet a riddling Egyptian Sphinx," +
"you'll be perfectly safe";
alert(answer);
}
</SCRIPT></HEAD>
<BODY><FORM>
<H1>Riddle Page</H1>
What goes on four legs in the morning,
two during the day
and three in the evening?
<BR> <INPUT TYPE="radio"
ONCLICK="alert('You seem confused too')">
</INPUT>
A confused table
<BR> <INPUT TYPE="radio"
ONCLICK="alert('Perhaps you have had too much Sun?')">
</INPUT>
The Sun
<BR> <INPUT TYPE="radio" ONCLICK="applause()"> Man </INPUT>
</FORM></BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -