A.<input name=”mybutton” type=”button” onBlur=”compute()”value=”計算”>
B.<input name=”mybutton” type=”button” onFocus=”compute()”value=”計算”>
C.<input name=”mybutton” type=”button” onClick=”function compute()”value=”計算”>
D.<input name=”mybutton” type=”button” onClick=”compute()”value=”計算”>
您可能感興趣的試卷
你可能感興趣的試題
A.history對象記錄了用戶在一個瀏覽器中已經(jīng)訪問過的URLs
B.location對象相當于IE瀏覽器中的地址欄,包含關(guān)于當前URL地址的信息
C.location對象是history對象的父對象
D.location對象是window對象的子對象
A.getDate
B.getYear
C.getMonth
D.getTime
A.<javascript>和</javascript>
B.<script>和</script>
C.<head>和</head>
D.<body>和</body>
A.文本框
B.復選框
C.列表框
D.按鈕
A.BackColor
B.BackgroundColor
C.BgColor
D.Background
最新試題
用于設(shè)置多媒體URL地址的是()
下列可以提供瀏覽器兼容性測試的有()
()用于播放視頻
P標簽定義段落后前后自動會產(chǎn)生空白。
下列代碼的含義是()< table border=1 contenteditable=”true”>
()用于顯示被標注的內(nèi)容是日期或者時間
用于設(shè)置隱藏網(wǎng)頁元素的代碼有()
下列代碼中用于實現(xiàn)對用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()
H5中的屬性值必須用雙引號括起來。
iframe有開始和結(jié)束標簽。