📄 addurl1.asp
字号:
<!--#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"))%>">
<input type="submit" value="增加" name="B1"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -