藍森林首頁 | 返回主頁 | 本站地圖 | 站內搜索 | 聯繫信箱 |
 您目前的位置:首頁 > 自由軟件 > 技術交流 > 應用編程


    

藍森林 http://www.lslnet.com 2006年8月25日 8:28

菜鳥問題,打開一個固定大小的窗口。

點擊 打開一個固定大小的窗口 窗口大小不能改變。

[html]<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>

<body bgcolor="#FFFFFF" text="#000000" >
<a href="#" onclick="MM_openBrWindow('http://www.blueidea.com','111','width=300,height=200')">D size</a>
</body>[/html]

<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>

<body bgcolor="#FFFFFF" text="#000000" >
<a href="#" onclick="MM_openBrWindow('http://www.blueidea.com','111','width=300,height=200')">D size</a>
</body>

窗口大小不能改變!!




Copyright © 1999-2000 LSLNET.COM. All rights reserved. 藍森林網站 版權所有。 E-mail : webmaster@lslnet.com