【问题】 . 在JavaScript中,使用open( )方法实现弹出窗口时,能够控制窗口大小无法调节的选项是 ( )。A. window.open("show.html","弹出窗口","resizable=no");B. window.open("show.html","弹出窗口","resizable=yes");C. window.open("show.html","弹出窗口","resizable=0");D. window.open("show.html","弹出窗口","resizable=1")
. 在JavaScript中,使用open( )方法实现弹出窗口时,能够控制窗口大小无法调节的选项是 ( )。A. window.open("show.html","弹出窗口","resizable=no");B. window.open("show.html","弹出窗口","resizable=yes");C. window.open("show.html","弹出窗口","resizable=0");D. window.open("show.html","弹出窗口","resizable=1");
正确答案:AC
题目解析:本题出自国家开放大学,国家开放大学JavaScript程序设计,由丰阳塔题库搜集整理。