<html>
<head> 
<style type="text/css">
       .sHistory {behavior:url(#default#savehistory);}
    </style>
  <script language="javascript" type="text/javascript" >    
  function SetHistory()
{
  
    var txtboxs = document.getElementsByTagName("input");
    for (var i=0;i<txtboxs.length;i++)
    {
        if (txtboxs[i].type=="text")
        {     
            txtboxs[i].className="sHistory";     
        }
    }
}  
    </script>


</head>
<body>
<table style="width: 805px; border-right: #00ccff 1px solid; border-top: #00ccff 1px solid; border-left: #00ccff 1px solid; border-bottom: #00ccff 1px solid; background-color: #f9f9f9;" border="0" cellpadding="0" cellspacing="0" >   
    SetHistory();   
    </script>
</body>
</html>

相关文章:

  • 2022-12-23
  • 2021-12-02
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-02
  • 2021-05-21
  • 2021-06-17
  • 2021-09-20
  • 2022-12-23
相关资源
相似解决方案