相关文章  
  • 在Win XP SP2中手动配置Windows防火墙
  • 互用性技术:讨论数据层互用性技术
  • 实现数据资源层中的异步互用性
  • Windows系统文件详解
  • 生成可靠的Windows XP Embedded 平台
  • 通过编写模块化代码提高软件可移植性
  • 小办法:重现被误删的Windows桌面图标
  • Windows XP操作系统优化实战
  • 解析Windows XP的备份与恢复
  • 关于Windows消息大全使用的详细介绍
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    微软一个关于ShowModalDialog用法的实例网页1


      <HTML>
      <HEAD>
      <TITLE>showModalDialog 方法</TITLE>
      <meta HTTP-EQUIV="Content-Type" content="text/html;charset=gb_2312-80">
      <style>
      body,TD {FONT-SIZE: 9pt}
      </style>
      <SCRIPT>
      function fnRandom(iModifier){
      return parseInt(Math.random()*iModifier);
      }
      function fnSetValues(){
      var iHeight=oForm.oHeight.options[oForm.oHeight.selectedIndex].text;
      if(iHeight.indexOf("Random")>-1){
      iHeight=fnRandom(document.body.clientHeight);
      }
      var iWidth=oForm.oWidth.options[oForm.oWidth.selectedIndex].text;
      if(iWidth.indexOf("Random")>-1){
      iWidth=fnRandom(document.body.clientWidth);
      }
      var iTop=oForm.oTop.options[oForm.oTop.selectedIndex].text;页码:[1] [2] [3] [4] [5] [6] [7]1页、共7页
         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved