news_upload.asp
来自「一个漂亮的网络工作室源码 后台地址:/admin 用户名:admin 密码」· ASP 代码 · 共 23 行
ASP
23 行
<!--#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 + =
减小字号Ctrl + -
显示快捷键?