如何设置跳转页面的大小
请问大家,如何设置跳转页面的大小,如点击按钮跳转到一个新页面,该页面大小如何设置,谢谢!
请问大家,如何设置跳转页面的大小,如点击按钮跳转到一个新页面,该页面大小如何设置,谢谢!
我在新页面这样写的,但是大小没有变化
<script language="JavaScript">
window.open('http://localhost:1360/gao/D_detail.aspx','height=2,width=4,status=yes,toolbar=no,menubar=no,location=no');
</script>
<script language="JavaScript">
window.open('D_detail.aspx','height=2,width=4,status=yes,toolbar=no,menubar=no,location=no');
</script