成人高等教育 / JavaScript程序设计
正确率:100%
在JavaScript中,下列代码可以实现弹出的窗口不可调节尺寸的是()
(选择二项)
- A、
window.open("test.html","弹出窗口","resizable=no");
- B、
window.open("test.html","弹出窗口","resizable=yes");
- C、
window.open("test.html","弹出窗口","resizable=1");
- D、
window.open("test.html","弹出窗口","resizable=0");
参考答案:
佳题速递: