心情 天空

 




 










访




R
S
S

我的 Blog:
jybbh 最新的 20 条日志
[Ken的日志]
[工作心得]
[编程相关]
[潮汕文化]
[计算机相关]
[WEB相关]
[JAVA相关]
[Eclipse相关]
[Tomcat相关]
[SQL]
全站 Blog:
全站最新的 20 条日志
显示table [2006-3-20]
jybbh 发表在 WEB相关
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>test</title>
<script language="javascript" type="text/javascript">
function show(strtype){document.getElementById(strtype).style.display = "block";}
function hide(strtype){document.getElementById(strtype).style.display = "none";}
</script>
</head>

<body>
<table>
<tbody>
<tr valign="top">
<td>

<table style="display:block" id="tbl1">
  <tr>
    <td>
      <a href="#">abc</a>
      <a href="#" onclick="javascript:show('tbl2');hide('tbl1');">cba</a>
      aaaaa
    </td>
  </tr>
</table>
<table style="display:none" id="tbl2">
  <tr>
    <td>
      <a href="#" onclick="javascript:show('tbl1');hide('tbl2');">abc</a>
      <a href="#">cba</a>
      bbbbb
    </td>
  </tr>
</table>

</td>
</tr>
</tbody>
</table>
</body>
</html>
≡≡≡≡≡ 评论(共 条)我要评论
 

Copyright 2004 酷酷小家园   Powered by 5dblog