//弹出窗口
function OpenWin(url) {
w = window.screen.width;
h = window.screen.height;
window.showModalDialog(url, '', 'dialogWidth:' + w + ';dialogHeight:' + h + ';center:1');
}
function OpenWin(url) {
w = window.screen.width;
h = window.screen.height;
window.showModalDialog(url, '', 'dialogWidth:' + w + ';dialogHeight:' + h + ';center:1');
}
浙公网安备 33010602011771号