首页 >> 文摘 >> JAVASCRIPT

利用JAVASCRIPT弹出窗口并限制大小的几种方法

采集日期:2008-4-23作者:Sakurain(注:本数据由系统自动采集,内容与BHCODE无关)
xposition=0;xposition = (screen.width - width) / 2;yposition = (screen.height - height) / 2;theproperty= "width=" + width + "," + "height=" + height + "," + "location=0," + "menubar=0,"+ "resizable=1,"+ "scrollbars=0,"+ "status=0," + "titlebar=0,"+ "toolbar=0,"+ "hotkeys=0,"+ "screenx=" + xposition + "," //仅适用于Netscape+ "screeny=" + yposition + &qu
本周推荐
MORE
热点关注
MORE