【单选题】
在HTML页面上包含如下所示的页面代码, 要求编写JavaScript语句清空下拉选择框country的选项内容, 则选项中的语句正确的是( )。(form name=form1 action=)(select name=country) (option value=中国)中国(/option) (option value=美国)美国(/option)(/select)(/form)(选择一项)
①
document.form1.country.options.size=0;
②
document.form1.country.options.length=0;
③
document.form1.country.options.value=
④
document.form1.country.value=
【多选题】
下列选项中,( )可以打开一个无状态栏的页面。(选择二项)
①
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