A. I opening
B. my opening
C. open
D. to open
第1题:
“You ____ have a wrong number,” she said. “There’s no one of that name here.”
A. need
B. can
C. must
D. would
第2题:
【单选题】打开名为“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’);
第3题:
下列表示显示整个窗口的高或宽的是()。
A.window.outerWidth
B.window.outerheight
C.window.innerWidth
D.window.innerHeight
第4题:
下列表示显示窗口大小的是()。
A.window.outerWidth
B.window.outerheight
C.window.innerWidth
D.window.innerHeight
第5题:
8、下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)
第6题:
下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)