首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

怎么使弹出窗口居中显示

2012-11-01 
如何使弹出窗口居中显示将弹出窗口设置居中显示:function selectProductFunction(height,width){window.op

如何使弹出窗口居中显示
将弹出窗口设置居中显示:

function selectProductFunction(height,width){window.open ('selectProductPage.action', '选择产品', 'height='+height+', width='+width+',top='+(screen.height-height)/2+',left='+(screen.width-width)/2+' ,toolbar=no,menubar=no, scrollbars=no, resizable=no,location=n o, status=no'); }

热点排行
Bad Request.