各位:问个问题,紧急问题~急等!!!!
我做的一个
<tr style="DISPLAY:none" id="menu<%=rsa("id")%>">
<td colspan="3"> <table cellspacing="0" width="100%" style="border-collapse: collapse">
<%
do while not rsb.eof
%>
<tr>
<TD width=30></TD>
<TD width=15><IMG src="treepic/left_fold5.gif" width="11" height="22" border=0></TD>
<TD align=left><a href="ShowForum.asp?forumid=<%=rsb("id")%>" target="main"><span style="font-size: 12px"><%=rsb("bbsname")%></span></a></TD>
</tr>
<%
rsb.movenext
loop
rsb.close
set rsb=nothing
%>
</table> </td>
</tr>
我如何写一个js函数实现以上这个<tr>显示出来呢??
在线等~~

