2012年7月5日
摘要: //弹出窗口的宽度var iWidth;//弹出窗口的高度var iHeight; var y = (window.screen.availHeight-30-iHeight)/2; //获得窗口的垂直位置;var x = (window.screen.availWidth-10-iWidth)/2; //获得窗口的水平位置;window.open(url,name,'height='+iHeight+',,innerHeight='+iHeight+',width='+iWidth+',innerWidth='+iWidth+& 阅读全文
posted @ 2012-07-05 16:31 jian_xie 阅读(5937) 评论(0) 推荐(0)