zoukankan      html  css  js  c++  java
  • showModalDialog参数说明

    showModalDialog() (Internet Explorer 4 and above)
    showModelessDialog() (Internet Explorer 5 and above) vReturnValue = window.showModalDialog(sURL[, vArguments][, sFeatures]);
    vReturnValue = window.showModelessDialog(sURL[, vArguments][, sFeatures]); 其中:
    vArguments 是要傳到子窗口的參數;
    sFeatures 指定子窗口顯示的狀太,與 window.open() 的相似; sFeatures 所用的參數:
    dialogHeight: iHeight
    dialogWidth: iWidth
    dialogLeft: iXPos
    dialogTop: iYPos
    center: {yes | no | 1 | 0 }
    help: {yes | no | 1 | 0 }
    resizable: {yes | no | 1 | 0 } (Internet Explorer 5 and above)
    status: {yes | no | 1 | 0 } (Internet Explorer 5 and above)
     
  • 相关阅读:
    二分 || UOJ 148 跳石头
    等边n边型
    激光样式
    n个数中选k个数和为sum
    引爆炸弹
    光盘行动
    (二分)分蛋糕问题
    总结
    个人测试
    第三次团队作业
  • 原文地址:https://www.cnblogs.com/hainange/p/6153329.html
Copyright © 2011-2022 走看看