多项选择题
使用open方法打开具有浏览器工具栏、地址栏、菜单栏的窗口,下列选项不正确的是:()
A.open('x.html','HI','toolbar=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','toolbar=yes,menubar=1,location=1')