savetopic.aspx
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Inherits="huang.savetopic" Language="C#" src="cs/huang.cs" %>
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta http-equiv=refresh content=3;URL=list.aspx?Fid1=<%=Fid1%>&Fid2=<%=Fid2%>&page=1>
  6. <link href="css/css.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body class=ziti>
  9. <table width="40%" border="0" align="center" cellpadding="0" cellspacing="1"  class="unnamed3">
  10.   <tr> 
  11.     <td colspan="2" class=bar>操作成功 :)</td>
  12.   </tr>
  13.   <tr> 
  14.     <td width="7%" class=bar>1、</td>
  15.     <td width="93%" class=bar><a href="list.aspx?Fid1=<%=Fid1%>&Fid2=<%=Fid2%>&page=1">返回所属版面</a></td>
  16.   </tr>
  17.   <tr> 
  18.     <td class=bar>2、</td>
  19.     <td class=bar>返回你的帖子</td>
  20.   </tr>
  21.   <tr> 
  22.     <td colspan="2" class=ziti>系统在3秒中后自动带你回到项目1</td>
  23.   </tr>
  24. </table>
  25. <div align="center">由于使用了页面缓存,你的操作最长需要3秒中才能得到体现</div>
  26. </body>
  27. </html>