【多选题】
下列选项中,( )可以打开一个无状态栏的页面。(选择二项)
①
window.open(advert.html
②
window.open(advert.html,广告,toolbar=1,scrollbars=0,status=1
③
window.open(advert.html,,scrollbars=1,location=0,resizable=1
④
window.open(advert.html,,toolbars=0, scrollbars=1, location=1, status=no
【单选题】
在页面中有一个1行2列的表格,其中表格行(tr)的id为r1,下列( )能在表格中增加一列,并且将这一列显示在最前面。(选择一项)
①
document.getElementById(r1).Cells(1);
②
document.getElementById(r1).Cells(0);
③
document.getElementById(r1).insertCells(0);
④
document.getElementById(r1).insertCells(1);
【单选题】
1.When hewas a boy, he used to go there and watch____.
②
bicycles to be repaired
③
bicycles being repaired
【多选题】
在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