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

window.showModalDialog方式对话框 和 window.open

2012-11-23 
window.showModalDialog模式对话框 和 window.open主页面?helpno,toolbarno,height330,width515,top

window.showModalDialog模式对话框 和 window.open


主页面?
"help=no,toolbar=no,height=330,width=515,top=50,left=50,resizable=no,status=no,toolbar=no,menubar=no,directories?,titlebar=no,location=no");??
参数1.url,url后面可以接"?name=user"?
参数2.弹出窗口的名字(非文件名) 可以为空?
参数3.设置子窗口的高度 ,宽度 等属性?

??? height=100 窗口高度;??
  width=400 窗口宽度;??
  top=0 窗口距离屏幕上方的象素值;??
  left=0 窗口距离屏幕左侧的象素值;??
  toolbar=no 是否显示工具栏,yes为显示;??
  menubar,scrollbars 表示菜单栏和滚动栏。??
  resizable=no 是否允许改变窗口大小,yes为允许;??
  location=no 是否显示地址栏,yes为允许;??
  status=no 是否显示状态栏内的信息(通常是文件已经打开),yes为允许;?

热点排行