1. 程式人生 > >js之模態、非模態框

js之模態、非模態框

非模態框
window.open(url,'','height=500, width=400,scrollbars=yes,resizable=yes,top='+(screen.availHeight-400)/2+',left='+(screen.availWidth-690)/2);

模態框
window.showModalDialog(url,this,'dialogWidth:800px;dialogHeight:500px;status:no;help:no;center:yes;resizable:Yes;');