addurl1.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:1k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="security.asp"-->
  2. <%if session("flag")>3 then
  3.     response.write "<br><p align=center>您的操作权限不够!</p>"
  4.     response.end
  5. end if
  6. %>
  7. <html><!--#include file="../checkpost.asp"-->
  8. <head>
  9. <meta http-equiv="Content-Language" content="en-us">
  10. <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
  11. <meta name="ProgId" content="FrontPage.Editor.Document">
  12. <LINK href="images/forum_admin.css" type=text/css rel=stylesheet>
  13. <title>新建网页 3</title>
  14. </head>
  15. <body topmargin="0" leftmargin="0" style="background-color: #FFFFFF">
  16. <form method="POST" action="addurl.asp" target="_parent">
  17.   <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="45%">
  18.     <tr>
  19.       <td width="84%">
  20.       <input type="text" name="movieurl" class="button" style="border-style: solid; border-width: 1; padding-left: 1pt" size="17" value></td>
  21.       <td width="16%"><input type="hidden" name="id" value="<%=clng(request("id"))%>">
  22.       &nbsp;<input type="submit" value="增加" name="B1"></td>
  23.     </tr>
  24.   </table>
  25. </form>
  26. </body>
  27. </html>