⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show_success.asp

📁 fdafaf af
💻 ASP
字号:
<html><head>
<title>无标题文档</title>
<link href="eric.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="300" border="0" align="center" cellpadding="4" cellspacing="1" id="table_01">
  <tr>
    <td class="white_bold_blue"><%=info%>操作成功:</td>
  </tr>
  <tr>
    <td><%=request("info")%></td>
  </tr>
  <tr>
    <td class="center">
    <input type="submit" name="Submit2" value="前往首页" onclick="window.location.href='../index.htm'">    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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