不是的,你用过MSN HOTMAIL那个邮箱没有,用过了就知道了.

解决方案 »

  1.   

    <script language="javascript">
    function MM_findObj(n, d) {
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    }
    function JZ_swapTable(o){
      var obj = MM_findObj(o);
      if(obj != null){
      if(obj.style.display=="block"){
        obj.style.display = "none";
      }else{
        obj.style.display = "block";
      }
      }
      return true;
    }
    </script>
    <table  width="100%">
      <tr>
        <td width="0%">
          <table width="100" id="leftTbl" style="display:block">
            <tr>
              <td>左边</td>
            </tr>
          </table>
        </td>
        <td width="100%">
          ...
        </td>
      </tr>
    </table><input type="button" onclick="javascript:JZ_swapTable('leftTbl')">这是一种方法,你也可以用层来做,设置层的VISIBILITY
      

  2.   

    不是这样子的,你们还没有理解我的意思,!!打开MSN HOTMAIL后,点帮助,右边就有个动态的帮助!
      

  3.   

    我自己解决了,TO  nowfox(雪域幽狐) ,要的话,发个贴子,我给你答案!