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

📄 addurl1.asp

📁 网上流行的MOVE站点
💻 ASP
字号:
<!--#include file="security.asp"-->
<%if session("flag")>1 then
    response.write "<script>alert('您的操作权限不够!');history.back();</script>"
    response.end
end if
%>
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 3</title>
</head>

<body topmargin="0" leftmargin="0">

<form method="POST" action="addurl.asp" target="_parent">
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
    <tr>
      <td>
      <input type="text" name="movieurl" class="button" style="border-style: solid; border-width: 1; padding-left: 1pt" size="35" value></td>
      <td><input type="hidden" size="50" name="id" value="<%=clng(request("id"))%>">
      &nbsp;<input type="submit" value="增加" name="B1" style="border-style: solid; border-width: 1"></td>
    </tr>
  </table>
</form>

</body>

</html>

</body>
</html>

⌨️ 快捷键说明

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