IE9 window.open 提示参数无效

就像这样:

<a onclick="window.open(this.href,'page title','location=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=550,height=740');return false" href="javascript:void(0)" target="_blank">POP UP</a>

 

去掉Page title 中的空格 问题解决

 

 

 

你可能感兴趣的:(window.open)