当前位置: 代码迷 >> Web前端 >> window.open ie6上 窗体大小控制
  详细解决方案

window.open ie6上 窗体大小控制

热度:171   发布时间:2013-01-25 15:55:29.0
window.open ie6下 窗体大小控制
<script>
function aaa(){
window.open("2.html","msg","height=600px,width=800px,dependent=yes,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no");
}
</script>


<h1><a href="#" onclick="aaa();">open</a></h1>

?

  相关解决方案