题目内容

在HTML文档对象模型中,history对象的()用于加载历史列表中的上一个URL页面

A. next()
B. back()
C. forward()
D. go(0)

查看答案
更多问题

以下哪个选项中的方法全部属于window对象()。

A.alert,clear,close
B.clear,close,open
C.alert,close,confirm
D.alert,setTimeout,write

打开名为“window2”的新窗口的JavaScript语法是()

A.window.new(‘http://www.baidu.com’,‘window2’)
B.window.open(‘http://www.baidu.com’,‘window2’,‘’)
C.new(‘http://www.baidu.com’,‘window2’);
D.new.window(‘http://www.baidu.com’,‘window2’);

如何在浏览器的状态栏放入一条消息()

A.statusbar = ‘put your message here’
B.window.status = ‘put your message here’
C.window.status(‘put your message here’)
D.status(‘put your message here’)

与window对象无关的属性是下列哪项()

A.top
B.self
C.left
D.frames

答案查题题库