某网页中有一个窗体对象,其名称是 mainForm,该窗体对象的第一个元素是按钮,其名称是 my Button。表述该按钮对象的方法是( )
A. document.forms.myButton
B. document.mainForm.myButtom
C. document.forms[0].element[0]
D. 以上都可以
在HTML文档对象模型中, history对象的( )用于加载历史列表中的下一个URL页面。
A. next()
B. back()
C. forword()
D. go(-1)
在 Javascript中要改变页面文档的背景色,需要修改 document对象的()属性。( )
A. BackColor
BackgroundColor
C. bgColor
D. Background
在 JavaScript浏览器对象模型中, window对象的( )属性用来指定浏览器状态栏中显示的临时消息。
A. status
B. screen
C. history
D. document