• js 控制div显示


        <script language="javascript" type="text/javascript">    function ShowSearch1()    {           document.getElementById('Search1').style.display ="none";      document.getElementById('Search2').style.display ="block";      document.getElementById('Link1').style.color ="#BFBEBE";      document.getElementById('Link2').style.color ="#990099";      document.getElementById('TxtShowSearch').style.value ="1";     }

       function ShowSearch2()    {     document.getElementById('Search1').style.display ="block";      document.getElementById('Search2').style.display ="none";      document.getElementById('Link1').style.color ="#990099";      document.getElementById('Link2').style.color ="#BFBEBE";      document.getElementById('TxtShowSearch').style.value ="2";     }    </script>

  • 相关阅读:
    install git on ubuntu
    deploy uwsgi with niginx on ubuntu
    ubuntu下部署solr
    solr relevent project
    20100722
    [Programming Visual C++]Ex05cCScrollView Revisited
    iter_test
    交友类节目
    install scrapy on windows
    20100703
  • 原文地址:https://www.cnblogs.com/stevenjson/p/2672562.html
Copyright © 2020-2023  润新知