【单选题】
以下选项中,( )可以打开一个无状态栏,无工具栏、有滚动条的页面。
②
window.open(adv.html,广告,toolbar=0,scrollbar=0,status=1)
③
window.open(adv.html,广告,toolbar=1,scrollbar=1,status=0)
④
window.open(adv.html,广告,toolbar=0,scrollbar=1,status=0)
【单选题】
要在网页的状态栏中显示“已经选中该文本框”,下列JavaScript语句正确的是是( )。
①
window.status=已经选中该文本框;
②
document.status=已经选中该文本框;
③
window.screen=已经选中该文本框;
④
document.screen=已经选中该文本框;