题型:单选题 标签:open 方法
题目:
使用 open 方法打开具有浏览器工具条、地址栏、菜单栏的窗口, 下列选项正确的是( )
A.open("x.html","HI","toolba=1,scrollbars=1,status=1");
B.open("HI","scrollbars=1,location=1,status=1");
C.open("x.html","status=yes,menubar=1,location=1");
D.open("x.html","HI","toolba=yes,menubar=1,location=1");