<script language="javascript">
function OpenWindow(Url,Width,Height,WindowObj)
{
var ReturnStr=showModalDialog(Url,WindowObj,'dialogWidth:'+Width+'px;dialogHeight:'+Height+'px;status:no;help:no;scroll:yes;');
return ReturnStr;
}
</script>
ASP.NET页面使用JS弹出窗体
最新推荐文章于 2019-07-02 22:44:05 发布
本文介绍了一个使用JavaScript编写的弹窗函数,该函数允许用户自定义窗口的宽度、高度,并且能够返回特定值。通过调用此函数可以展示一个带有指定尺寸的模态对话框。
148

被折叠的 条评论
为什么被折叠?



