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

.net编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="messagesucess.aspx.cs" AutoEventWireup="false" Inherits="kuangren.messagesucess" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <meta name="vs_showGrid" content="False">
  6. <title>狂人论坛-短消息发送成功</title>
  7. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  8. <meta name="CODE_LANGUAGE" Content="C#">
  9. <meta name="vs_defaultClientScript" content="JavaScript">
  10. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. <LINK href="skin/dvbbs/style.css" type="text/css" rel="stylesheet">
  13. </HEAD>
  14. <body leftmargin="0" topmargin="0" MS_POSITIONING="GridLayout">
  15. <table width="98%" border="1" align="center" cellpadding="2" cellspacing="0" bordercolor="#6595d6"
  16. style="border-collapse: collapse">
  17. <tr>
  18. <td width="100%" class="title"><div align="center">
  19. <%=userjudge1%>
  20. </div>
  21. </td>
  22. </tr>
  23. <tr>
  24. <td><strong><%=userjudge%><br>
  25. </strong>
  26. </td>
  27. </tr>
  28. <tr bgcolor="#e2ebf5">
  29. <td><div align="center"><a href="javascript:history.back(-1)">&lt;&lt; 
  30.         返回上一页 </a></div>
  31. </td>
  32. </tr>
  33. </table>
  34. <!--#include file="sitefloor.aspx" -->
  35. </body>
  36. </HTML>