📄 film_url_add_1.asp
字号:
<!--#include file="../film_conn.asp"-->
<!--#include file="session.asp"-->
<!--#include file="../set_url.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新增影片链接</title>
</head>
<body topmargin="0" leftmargin="0">
<form method="POST" action="film_url_add_1_save.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="<%=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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -