摘要:function openBrWindowInCentre(theURL,width,height) { var left, top; left = (window.screen.availWidth - width) / 2; top = (window.screen.availHeight - height) / 2; var per = 'width=' + width + ',height...
阅读全文
posted @ 2010-11-10 11:37
浙公网安备 33010602011771号