如何设置跳转页面的大小
											请问大家,如何设置跳转页面的大小,如点击按钮跳转到一个新页面,该页面大小如何设置,谢谢!
请问大家,如何设置跳转页面的大小,如点击按钮跳转到一个新页面,该页面大小如何设置,谢谢!
 2006-11-13 15:25
	    2006-11-13 15:25
   2006-11-13 20:07
	    2006-11-13 20:07
   2006-11-13 20:54
	    2006-11-13 20:54
   2006-11-13 21:26
	    2006-11-13 21:26
   2006-11-13 21:45
	    2006-11-13 21:45
   2006-11-14 08:54
	    2006-11-14 08:54
   2006-11-14 09:22
	    2006-11-14 09:22
  我在新页面这样写的,但是大小没有变化
<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>

 2006-11-14 09:56
	    2006-11-14 09:56
  <script language="JavaScript"> 
window.open('D_detail.aspx','height=2,width=4,status=yes,toolbar=no,menubar=no,location=no'); 
</script

 2006-11-14 09:57
	    2006-11-14 09:57
  
 2006-11-14 10:08
	    2006-11-14 10:08