C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
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;"); }
posted on 2008-06-10 20:22  王德田  阅读(393)  评论(0编辑  收藏  举报