ExcelHome技术论坛

 找回密码
 免费注册

QQ登录

只需一步,快速开始

快捷登录

搜索
EH技术汇-专业的职场技能充电站 妙哉!函数段子手趣味讲函数 Excel服务器-会Excel,做管理系统 Excel Home精品图文教程库
HR薪酬管理数字化实战 Excel 2021函数公式学习大典 Excel数据透视表实战秘技 打造核心竞争力的职场宝典
300集Office 2010微视频教程 数据工作者的案头书 免费直播课集锦 ExcelHome出品 - VBA代码宝免费下载
用ChatGPT与VBA一键搞定Excel WPS表格从入门到精通 Excel VBA经典代码实践指南
查看: 514|回复: 0

dsafds

[复制链接]

TA的精华主题

TA的得分主题

发表于 2018-6-11 10:23 | 显示全部楼层 |阅读模式
[广告] VBA代码宝 - VBA编程加强工具 · VBA代码随查随用  · 内置多项VBA编程加强工具       ★ 免费下载 ★      ★使用手册
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style>html,div { margin: 0; padding: 0;} body { padding: 0px; margin: 0px; overflow: auto; height: 100%; } #winchm_template_button{ float: right; width: 93px; top: 7px; position: relative; text-align: right; right: 5px; height: auto; } #winchm_template_top{ padding: 0px; margin: 0px; border-bottom: 1px solid #9B9B9B; background-color: #B1CEFE; } #winchm_template_navigation{ margin: 0px; padding-top: 7px; padding-left: 7px; padding-bottom: 3px; padding-right: 0px; font-size: 8.5pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #585858; } #winchm_template_title{ margin: 0px; padding-top: 4px; padding-left: 7px; padding-bottom: 7px; padding-right: 0px; font-size: 18px; font-family: Verdana, Geneva, sans-serif; color: #363636; } #winchm_template_content{ margin-top: 20px; margin-left: 15px; margin-bottom: 20px; margin-right: 15px; width: auto !important; width: 100%; } #winchm_template_footer{ border-width: 1px; border-color: #B1CEFE; border-top-style: solid; margin-top: 15px; margin-left: 15px; margin-bottom: 20px; margin-right: 15px; padding-top: 7px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; font-family: arial, helvetica, sans-serif; font-size: 8.5pt; color: #696969; width: auto; text-align: left; } #winchm_template_container{ margin: 0px; padding: 0px; position: static; padding-bottom: 3px; overflow: auto; background-color: #FFFFFF; } @media print { #winchm_template_container{ position: static; margin: 0px; padding: 5px; width: auto; height: auto; overflow: auto; } #winchm_template_button{ visibility:hidden; } } #winchm_template_navigation A:link {text-decoration: none; color:#004080} #winchm_template_navigation A:visited {text-decoration: none; color: #004080} #winchm_template_navigation A:active {text-decoration: none; color: #004080 } #winchm_template_navigation A:hover {text-decoration: none;color: #0080FF} A:link {text-decoration: underline; color:#0033CC} A:visited {text-decoration: underline; color: #0033CC} A:active {text-decoration: underline; color: #0033CC } A:hover {text-decoration: underline;color: #FF0000;}</style>
    <script type="text/javascript">function isMobile() {
        Agent = window.navigator.userAgent;
        if (Agent.indexOf("iPhone") >= 1 || Agent.indexOf("iPad") >= 1 || Agent.indexOf("iPod") >= 1 || Agent.indexOf("Android") >= 1) {
          return true;
        } else {
          return false;
        }

      }
      function d_onresize() {
        if (window.navigator.userAgent.indexOf("MSIE") >= 1) {
          document.getElementById('winchm_template_container').style.pixelWidth = document.body.offsetWidth - 3;
          document.getElementById('winchm_template_container').style.pixelHeight = document.body.offsetHeight - document.getElementById('winchm_template_top').offsetHeight - 4;
        }
        document.getElementById('winchm_template_container').style.top = document.getElementById('winchm_template_top').offsetHeight + 'px';
      }

      function d_onbeforeprint() {
        document.getElementById('winchm_template_container').style.width = 'auto';
        document.getElementById('winchm_template_container').style.height = 'auto';
      }

      function d_onafterprint() {
        d_onresize();
      }

      if (!isMobile()) {

        window.onload = d_onresize;
        window.onresize = d_onresize;
        window.onbeforeprint = d_onbeforeprint;
        window.onafterprint = d_onafterprint;

        document.write("<style>\n");
        document.write("body {overflow: hidden;}\n");
        document.write("#winchm_template_container {position: absolute;overflow: auto;top : 0px;right: 0px;bottom: 0px;left: 0px;}\n");
        document.write("</style>\n");
      }</script>
  </head>
  <div id="html1" style="position:absolute; overflow:hidden; left:500px; top:25px; width:200px; height:39px; z-index:5">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
        <META name="Author" content="Sheneyan" />
        <script type="text/javascript">function encode(s) {
            return s.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/([\\\.\*\[\]\(\)\$\^])/g, "\\$1");
          }
          function decode(s) {
            return s.replace(/\\([\\\.\*\[\]\(\)\$\^])/g, "$1").replace(/>/g, ">").replace(/</g, "<").replace(/&/g, "&");
          }
          function highlight(s) {
            if (s.length == 0) {
              alert('搜索关键词未填写!');
              return false;
            }
            s = encode(s);
            var obj = document.getElementsByTagName("body")[0];
            var t = obj.innerHTML.replace(/<span\s+class=.?highlight.?>([^<>]*)<\/span>/gi, "$1");
            obj.innerHTML = t;
            var cnt = loopSearch(s, obj);
            t = obj.innerHTML
            var r = /{searchHL}(({(?!\/searchHL})|[^{])*){\/searchHL}/g t = t.replace(r, "<span class='highlight'>$1</span>");
            obj.innerHTML = t;
            alert("搜索到关键词" + cnt + "处")
          }
          function loopSearch(s, obj) {
            var cnt = 0;
            if (obj.nodeType == 3) {
              cnt = replace(s, obj);
              return cnt;
            }
            for (var i = 0,
            c; c = obj.childNodes[i]; i++) {
              if (!c.className || c.className != "highlight") cnt += loopSearch(s, c);
            }
            return cnt;
          }
          function replace(s, dest) {
            var r = new RegExp(s, "g");
            var tm = null;
            var t = dest.nodeValue;
            var cnt = 0;
            if (tm = t.match(r)) {
              cnt = tm.length;
              t = t.replace(r, "{searchHL}" + decode(s) + "{/searchHL}") dest.nodeValue = t;
            }
            return cnt;
          }</script>
        <style type="text/css">.highlight{background:green;font-weight:bold;color:white;}</style></head>

      <body>
        <form>
          <p>
            <input name="s" id="s" title="搜索内容:" />
            <input type="submit" value="搜索" /></p>
        </form>
      </body>

    </html>
  </div>

  <body>
    <div id="winchm_template_top">
      <div id="winchm_template_button">
        <IMG alt="Previous topic" src="btn_prev_n.gif">
        <IMG alt="Next topic" src="btn_next_n.gif"></div>
      <div id="winchm_template_navigation">Help &gt; ($navigation$)</div>
      <div id="winchm_template_title">($title$)</div></div>
    <div id="winchm_template_container">
      <div id="winchm_template_content">($content$)</div>
      <div id="winchm_template_footer">Copyright &copy; 2018. All rights reserved. (To change the copyright info, just edit it in template.)</div></div>
  </body>

</html>

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

关闭

最新热点上一条 /1 下一条

手机版|关于我们|联系我们|ExcelHome

GMT+8, 2024-4-26 00:15 , Processed in 0.028407 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 1999-2023 Wooffice Inc.

沪公网安备 31011702000001号 沪ICP备11019229号-2

本论坛言论纯属发表者个人意见,任何违反国家相关法律的言论,本站将协助国家相关部门追究发言者责任!     本站特聘法律顾问:李志群律师

快速回复 返回顶部 返回列表