addproductok.asp

来自「体育商城」· ASP 代码 · 共 27 行

ASP
27
字号
<%@LANGUAGE="VBSCRIPT"%> 
<!--#include file="Connections/conn.asp" -->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="ddd.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="top.asp" -->
<table width="771" border="0" cellspacing="0" cellpadding="0" align="center" height="76" class="bk1">
  <tr> 
    <td valign="top" height="92"> 
      <div align="center"> 
        <p><b><font size="3"><br>
          操作成功!</font></b></p>
        <p><b><font size="3">请稍后正在返回 
          <meta http-equiv="refresh" content="2;URL=managesp.asp">
          </font></b></p>
      </div>
    </td>
  </tr>
</table>
<br><!--#include file="bottom.asp" -->
</body>
</html>

⌨️ 快捷键说明

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