日期:2014-05-16 浏览次数:20422 次
<script>
function OpenModalWin()
{
window.opener='null';
//if the modalDialog need para from the parentDialog
//var obj=window.dialogArguments
//you can test alert(obj.name);
window.showModalDialog("Module/System/EditPwd.htm","parameter to modaldialog","dialogWidth=200px;dialogHeight=200px;scroll=no");
}
</script>