window.showModalDialog和window.open的引數區別
window.showModalDialog(viewURL,window,"dialogHeight=400px;dialogWidth=600px;center=yes;status=no;scroll=yes;resizable=yes;help=no");
window.open (viewURL,'_blank','height=400,width=600,top=200,left=200,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=yes, status=no');