ok.asp

来自「旅游管理系统 用ASP+SQL 2」· ASP 代码 · 共 40 行

ASP
40
字号
<html>
<head>
<title>操作成功</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<link rel="stylesheet" href="css/css1.css" type="text/css">
<body bgcolor="#FFFFFF" style="background-color: #999999" text="#000000" topmargin="5">
<!--#include file="includefile/shoubu.asp" -->
<p> </p>
<table width="268" border="0" cellspacing="0" cellpadding="0" align="center" class="shizhou">
  <tr> 
    <td height="43" align="center" width="65"><img src="images/xiaoface.gif" width="32" height="32"></td>
    <td height="43" align="center" width="203"><font color="#FF0000">恭喜!您本次操作成功!</font></td>
  </tr>
  <tr> 
    <td height="73" colspan="2">
      <table width="256" border="0" cellspacing="0" cellpadding="0" align="center" height="16">
        <tr> 
          <td height="64" bgcolor="#FFFFFF" align="center"> 
            <%Response.Write session("1")
            session("1")=""
          Response.Write ("<br><br><b><font color='#ff0000'>15</font></b>秒钟后系统自动退出管理模式")
          response.Write ("<br><br><a href='admin_master.asp'>按这里返回管理首页</a>")
          response.Write ("<br><br><a href='index.asp'>按这里返回预订首页</a>")
           %>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<script language =vbscript >
sub goexit
window.location ="admin_logout.asp"
end sub
ss=settimeout ("goexit",15000)
</script>
<p> </p><!--#include file="includefile/weibu.asp" -->
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?