isplay; jueban.style.display=s==''?'none':'';this.innerText=s==''?'标题:点击这里':'标题:点击关闭'">标题:点击这里</label>
<br>
<table width="100%"  border="0" cellspacing="0" cellpadding="0"  id="jueban" style="display:none ">
  <tr>
    <td height="62">多个栏目竖排,开始只显示标题,点击显示内容,再点击关闭。</td>
  </tr>
</table>

解决方案 »

  1.   

    <label onClick="var s=jueban.style.display; jueban.style.display=s==''?'none':'';this.innerText=s==''?'标题:点击这里':'标题:点击关闭'">标题:点击这里</label>
    <br>
    <table width="100%"  border="0" cellspacing="0" cellpadding="0"  id="jueban" style="display:none ">
      <tr>
        <td height="62">多个栏目竖排,开始只显示标题,点击显示内容,再点击关闭。</td>
      </tr>
    </table>