没有搜到到结果?点击这里求解答/求资源。
【单选题】
打开名为 window2 新窗口 JavaScript 语法?( )

open.new(http://www.w3school.com.cn,window2)
new.window(http://www.w3school.com.cn,window2)
new(http://www.w3school.com.cn,window2)
window.open(http://www.w3school.com.cn,window2)
【单选题】
打开名为 window2 新窗口 JavaScript 语法?( )

open.new(http://www.w3school.com.cn,window2)
new.window(http://www.w3school.com.cn,window2)
new(http://www.w3school.com.cn,window2)
window.open(http://www.w3school.com.cn,window2)
【单选题】
如何在新窗口打开链接?

a href= ”#” new新窗口
a href= ”#” target= ”_blank ”新窗口
a href= ”#” target= ”_self ”新窗口
a href= ”#” target= ”_blank ”新窗口
【单选题】
如何在新窗口打开链接?

A.
B.
C.
D.
【判断题】
新窗口打开链接a href=url target=new( )

正确
错误
【单选题】
下列哪一项新窗口打开网页文档。( )

_self
_blank
_top
_parent
【单选题】
我们可以为链接设立目标,表示在新窗口打开目标网页( )。

_self
_blank
_parent
_top
【单选题】
写 Hello World 正确 Javascript 语法?( )

(Hello World)
Hello World
response.write(Hello World)
document.write(Hello World)
【多选题】
在框架式网页中添加超级链接时,如果对象“target (目标框架)”属性为以下时,则可以新窗口打开链接页。

_blank
_parent
_self
_top
【多选题】
JavaScript中,下列代码可以实现淡出窗口不可调节尺寸()

window.open(test.html,弹出窗口,resizable=no);
window.open(test.html,弹出窗口,resizable=yes);
window.open(test.html,弹出窗口,resizable=1);
window.open(test.html,弹出窗口,resizable=0);