`

模式对话框的代码

 
阅读更多
function showModal(id,width,height)
{
window.showModalDialog('http://www.idyan.com','window',"dialogLeft:"+(screen.availWidth-width)/2+";dialogTop:"+(screen.availHeight-height)/2+";dialogHeight: "+height+"px; dialogWidth: "+width+"px;center: yes; help: no;resizable: no; status: no;");
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics