A.location,history B.window,location C.navigator,window D.historylist,location
A.with B.parent C.class D.void
A.noshade B.width C.bold D.size
A.Java B.JavaScript和VBScript C.DOM D.CSS
A.解释性B.用于客户端C.基于对象D.面向对象
A.status B.screen C.history D.document
A.isNumber() B.isFinite() C.isNull() D.isNaN()
A.Now() B.Date() C.new Date() D.new Now()
A.JavaScrip B.Perl C.VBScript D.Java
A.window.opener属性本身就是指向window对象 B.window.reload()方法可以用来刷新当前页面 C.window.location=”a.html”和window.location.href=”a.html”的作用都是把当前页面替换成a.html页面 D.定义了全局变量g;可以用window.g的方式来存取该变量