A.〈input type="text" onClick="alert(this.value)"〉
B.〈input type="text" onChange="alert(this.value)"〉
C.〈input type="text" onChange="alert(text.value)"〉
D.〈input type="text" onClick="alert(value)"〉
您可能感興趣的試卷
你可能感興趣的試題
A.onFocus
B.onBlur
C.onSubmit
D.onKeyDown
分析下面的Javascript代碼段,輸出結(jié)果是()
A.stud
B.tuden
C.uden
D.udent
A.submit()
B.myform.submit()
C.document.myform.submit()
D.window.myform.submit()
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=“functioncompute()” value=“計算”〉
D.〈input name=“mybutton” type=“button” onClick=“compute()” value=“計算”〉
A.window對象是所有頁面內(nèi)容的根對象
B.document對象包含location對象和history對象
C.location對象包含history
D.document對象包含form對象
最新試題
下列選項中,關(guān)于scroll系列屬性說法正確的有()
下列選項中,JavaScript可以實現(xiàn)的交互效果有()
下列選項中,運算符“--”可以操作的數(shù)據(jù)類型有()
下列選項中,哪些情況屬于跨域請求()
下列選項中,用于根據(jù)CSS選擇器獲取元素的方法有()
關(guān)于offset系列屬性和style屬性的說法,正確的是()
對于JavaScript的組成部分BOM描述錯誤的是()
下列選項中,當頁面加載完畢后會觸發(fā)的事件是()
下列選項中,屬于輸入語句的是()
下列選項中,屬于img元素內(nèi)置屬性的有()