addurl1.asp

来自「asp+access的电影免费网站源码是个很好的学习例子大家可以下来学习」· ASP 代码 · 共 35 行

ASP
35
字号
<!--#include file="security.asp"-->
<%if session("flag")>3 then
    response.write "<br><p align=center>您的操作权限不够!</p>"
    response.end
end if
%>

<html><!--#include file="../checkpost.asp"-->

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="images/forum_admin.css" type=text/css rel=stylesheet>
<title>新建网页 3</title>
</head>

<body topmargin="0" leftmargin="0" style="background-color: #FFFFFF">

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

</body>

</html>

⌨️ 快捷键说明

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