脚本:
<Script language="JavaScript">
    function Show(ID)
    {

       if (document.all(ID).style.display=="none")
       {
          document.all(ID).style.display="";
       }
       else
       {
          document.all(ID).style.display="none";
       }
    }
</Script>

表格:
 <table  border="1" cellpadding="0" cellspacing="0" width="100%" >
        <tr height=20 ></asp:Label></marquee></td>                     
        </tr>                      
     </table>

相关文章:

  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2021-12-21
  • 2022-01-03
  • 2021-05-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案