您的位置:首页 > 其它

弹出窗口(window.showModelessDialog)

2008-11-06 17:20 453 查看
<html>

<head>

 <script type="text/javascript">

function openWindow() {

      window.showModelessDialog("http://blog.csdn.net/greatverve/index.aspx", 

document.getElementById('txtName') ," dialogWidth='40px';dialogHeight='167px'; 

dialogLeft=610;dialogTop=256;resizable='yes';status='yes';scroll='yes'"); 

}  

</script>

</head>

 <body>

  <input type="button" onclick="openWindow();" value="点击" />

  <input type="text" value="大气象" />

 </body>

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  scroll button