单项选择题
A.back(-1) B.back(1) C.forward(1) D.go(-1)
与window对象无关的属性是下列哪项:()A.topB.selfC.leftD.frames
单项选择题与window对象无关的属性是下列哪项:()
A.top B.self C.left D.frames
如何在浏览器的状态栏放入一条消息:()。A.statusbar = "put your message her...
单项选择题如何在浏览器的状态栏放入一条消息:()。
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")
在JavaScript中,如果不指明对象直接调用某个方法,则该方法默认属于哪个对象:()。A.document...
单项选择题在JavaScript中,如果不指明对象直接调用某个方法,则该方法默认属于哪个对象:()。
A.document B.window C.form D.location