摘要:
//居中弹出窗体 function getwindow(URL,width,height) { //根据屏幕居中 window.open(URL,'','width='+width+',height='+height+',top='+(screen.height-height)/2+',left='+(screen.width-width)/2); //下面是根据页面居中 //window.open(URL,'','width='+width+',height='+h 阅读全文
posted @ 2009-03-10 18:00
路大侠
阅读(480)
评论(0)
推荐(0)

浙公网安备 33010602011771号