Men.asp
上传用户:dbstep
上传日期:2022-08-06
资源大小:2803k
文件大小:2k
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <!--#include file="../CheckAdmin.asp"-->
- <meta http-equiv="refresh" content="5;url=../MemList.asp">
- <link href="../Images/CssAdmin.css" rel="stylesheet" type="text/css">
- <title>提示信息</title>
- <style type="text/css">
- <!--
- .STYLE2 { font-size: 14px;
- font-weight: bold;
- }
- body,td,th {
- font-size: 12px;
- }
- -->
- </style>
- </head>
- <body>
- <p> </p>
- <table width="398" height="97" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#D2EBFF" >
- <tr>
- <td height="95" align="left" background="img/content_bg.png" ><table width="376" height="76" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td width="76" height="22"><div align="center"><img src="img/success.gif" width="48" height="48" /></div></td>
- <td width="247"><table width="100%" height="51" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td><span class="STYLE2"><font color="red">恭喜您操作成功!</font></span></td>
- </tr>
- <tr>
- <td><a href="../MemList.asp" >返回列表</a> - <a href="../MemEdit.asp?Result=Add">增加</a></td>
- </tr>
- </table></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </body>
- </html>