addurl1.asp
来自「视频点播系统」· ASP 代码 · 共 29 行
ASP
29 行
<!--#include file="security.asp"-->
<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" 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" style="border-style: solid; border-width: 1"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?