function OpenEditWin(strID)
{
var url;
url = "DocumentAdd.aspx?Doc_ID=" +strID+"&action=update";
window.showModalDialog(url,window,'dialogwidth:800px;dialogheight=300px;status=no;help=no;resizable=no;scroll=no;center=yes;location=no');
}
JS弹出模态窗口(带参数)
最新推荐文章于 2022-12-05 08:00:00 发布