window.open
2020-12-13 16:22
标签:style ar sp 文件 on bs ef size as window.open(URL,"ASPNAME","width=1,height=1, window.open 标签:style ar sp 文件 on bs ef size as 原文地址:http://www.cnblogs.com/lxgMountainniche/p/2755181.html
top=0,left=800,status=no",toolbar=no,menubar=no)
//————————参数:
/* 1. URl: open出来的页面的文件名
2. ASPNAME:给新弹出页面起的名字;随便起啦。。
3. 新弹出页面的属性:
width: 页面的长度
height: 页面的高度
top: 页面的顶部在显示器的位置
left: 页面的最左侧在显示器的位置
status: 浏览器的属性栏 值: yes:有 no:无
toolbar: 浏览器的工具栏 值同上
menubar: 浏览器的菜单栏 值同上
PS:还有很多属性....比如滚动条的属性