<td width="34%" onmousedown="javascript:this.className='tHeaderPush';"
onmouseup="javascript:this.className='tHeader';"
onmouseout="javascript:this.className='tHeader';" class="tHeader" align="center"
><font size="2">日期</font></td>
</tr>
<%if rs.RecordCount>0 then
BGC="#DAF0FE"
Whi=0
j=0
rs.MoveFirst
do while not rs.EOF
j=j 1%>
<tr>
<td align=center id="a<%=j%>"
onmouseover="Wr(this);" onmouseout="javascrpt:FI='yes';"
onmousedown="WRone(this);" bgcolor="#FFFFE8">
<p align="center"> </p>
</td>
<input type="hidden" id="pKey<%=j%>" value="
<%=rs("unid")%>">
<td id="b<%=j%>"
bgcolor="<%=BGC%>"><font size="2"> <%=rs("subject")%></font></td>
<td id="c<%=j%>" bgcolor="<%=BGC%>"
align=center><font size="2"><%=rs("disptime")%></font></td>
<%
if Whi=0 then
BGC="#faaded"
whi=1
else
whi=0
BGC="#DAF0FE"
end if
%>
</tr>
<%rs.MoveNext
loop
end if%>
</table>
</td>
</tr>
</table>
<br>
<%if rs.RecordCount>0 then%>
<input type=button name="editinfo" value="修改…"
onclick="editInfo('<%=rs.RecordCount%>');">
<input type=button name="delinfo" value="删除…"
onclick="delInfo('<%=rs.RecordCount%>');">
<%end if%>
</div>
<div style='visibility:hidden;'>
<form method="post" id="delForm" action="<%=Request.ServerVariables("Path_Info")%
>">
<input type="hidden" id="delPkey" name="delPkey" value="">
</form>
</div>
</body>
</html>
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!



