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

.net编程

开发平台:

C#

  1. <%@ Page Inherits="huang.log" Language="C#" src="cs/huang.cs" %>
  2. <html>
  3. <head>
  4. <title></title>
  5. <link href="css/css.css" rel="stylesheet" type="text/css">
  6. </head>
  7. <body class=bodycss>
  8. <table width="40%" border="0" align="center" cellpadding="0" cellspacing="1"  class=unnamed3>
  9.   <tr> 
  10.     <td colspan="2" class=bar>操作成功 :)谢谢<%=UserName%>的登陆</td>
  11.   </tr>
  12.   <tr> 
  13.     <td width="7%" class=bar>1、</td>
  14.     <td width="93%" class=bar><a href="javascript:history.back(1)">返回上一页</a></td>
  15.   </tr>
  16.   <tr> 
  17.     <td class=bar>2、</td>
  18.     <td class=bar><a href="index.aspx">返回首</a></td>
  19.   </tr>
  20. </table>
  21. </body>
  22. </html>