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對象