2009年3月10日

摘要: //居中弹出窗体 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 路大侠 阅读(483) 评论(0) 推荐(0)

导航