📄 news_upload.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<!--#include file="admin_css.asp"-->
<script>
if (top.location==self.location){
top.location="index.asp"
}
</script>
<body leftmargin="0" topmargin="0">
<form name="form" method="post" action="web_upfile.asp" enctype="multipart/form-data">
<table width="100%" border=0 cellpadding=0 cellspacing=0 class="tablebody">
<tr><td class=tablebody2 valign=top height=30>
<input type="hidden" name="filepath" value="news/">
<input type="hidden" name="imgtype" value="2">
<input type="file" name="file1">
<input type="submit" name="Submit" value="上传" onclick="parent.document.forms[0].Submit.disabled=true,
parent.document.forms[0].Submit2.disabled=true,parent.document.forms[0].imgurl.value='';">
限制:一次<font color="#FF0000">1</font>个,每个<font color="#FF0000">3000</font>K
</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -