post_reply.aspx
资源名称:论坛源码.rar [点击查看]
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:1k
源码类别:
.net编程
开发平台:
C#
- <%@ Page Inherits="huang.post_reply" Language="C#" src="cs/huang.cs" %>
- <html>
- <head>
- <title></title>
- <link href="css/css.css" rel="stylesheet" type="text/css">
- <meta http-equiv=refresh content=3;URL=display.aspx?Fid1=<%=Fid1%>&Fid2=<%=Fid2%>&id=<%=TopicId%>>
- </head>
- <body class=ziti>
- <table width="40%" border="0" align="center" cellpadding="0" cellspacing="1" class="unnamed3" >
- <tr>
- <td colspan="2" class=bar>操作成功 :)</td>
- </tr>
- <tr>
- <td width="7%" class=bar>1、</td>
- <td width="93%" class=bar><a href="display.aspx?Fid1=<%=Fid1%>&Fid2=<%=Fid2%>&id=<%=TopicId%>">返回所属于主题</a></td>
- </tr>
- <tr>
- <td class=bar>2、</td>
- <td class=bar><a href="list.aspx?Fid1=<%=Fid1%>&Fid2=<%=Fid2%>&page=1">返回所属版面</a></td>
- </tr>
- <tr>
- <td colspan="2" class=bar>系统在3秒中后自动带你回到项目1</td>
- </tr>
- </table>
- <div align="center">由于使用了页面缓存,你的操作最长需要3秒中才能得到体现</div>
- </body>
- </html>