nav.asp
上传用户:dbstep
上传日期:2022-08-06
资源大小:2803k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <!--#include file="../CheckAdmin.asp"-->
  7. <link href="../Images/CssAdmin.css" rel="stylesheet" type="text/css">
  8. <title>提示信息</title>
  9. <style type="text/css">
  10. <!--
  11. .STYLE2 { font-size: 14px;
  12. font-weight: bold;
  13. }
  14. body,td,th {
  15. font-size: 12px;
  16. }
  17. -->
  18. </style>
  19. </head>
  20. <body>
  21. <p>&nbsp;</p>
  22. <table width="398" height="97"  border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#D2EBFF"  >
  23.   <tr>
  24.     <td height="95" align="left" background="img/content_bg.png"   ><table width="376" height="76" border="0" align="center" cellpadding="0" cellspacing="0">
  25.       <tr>
  26.         <td width="76" height="22"><div align="center"><img src="img/success.gif" width="48" height="48" /></div></td>
  27.         <td width="247"><table width="100%" height="51" border="0" cellpadding="0" cellspacing="0">
  28.           <tr>
  29.             <td><span class="STYLE2"><font color="red">恭喜操作成功!</font></span></td>
  30.           </tr>
  31.           <tr>
  32.             <td><a href="../NavigationList.asp" >返回列表</a>   - <a href="../NavigationEdit.asp?Result=Add">新增</a></td>
  33.           </tr>
  34.         </table></td>
  35.       </tr>
  36.     </table></td>
  37.   </tr>
  38. </table>
  39. </body>
  40. </html>