A. history对象记录了用户在一个浏览器中已经访问过的URL B. history对象的父对象是JavaScript浏览器对象的根对象window C. 应用history对象的方法可以实现IE浏览器中“前进”和“后退”按钮的功能 D. 应用history对象的back()方法相当于“前进”按钮,forward()方法相当于“后退”按钮
A. next() B. back() C. forward() D. go(0)
A.alert,clear,close B.clear,close,open C.alert,close,confirm D.alert,setTimeout,write
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’)
A.top B.self C.left D.frames
A.back(-1) B.back(1) C.forward(1) D.go(-1)
A.陈述1正确,陈述2错误 B.陈述1错误,陈述2正确 C.陈述1和陈述2均正确 D.陈述1和陈述2均错误
A.anchors B.forms C.location D.image
A. 01234 B. 014916 C. 01491625 D. 以上答案都不对