📄 upf.asp
字号:
<%
upf=Request.QueryString("upf")
fl=Request.QueryString("fl")
session("upfilename")=""
%>
<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>插入图片/文件</title>
<SCRIPT ID=clientEventHandlersVBS LANGUAGE=vbscript>
<!--
Sub ok_onclick
window.returnvalue="upfile"
window.close
End Sub
Sub file1_onchange
lk=ucase(right(UserLon.file1.value,4))
if trim(UserLon.file1.value)="" or lk=ucase(".bmp") or lk=ucase(".jpg") or lk=ucase(".gif") then
UserLon.pic.src=UserLon.file1.value
UserLon.pic.style.visibility="visible"
else
UserLon.pic.style.visibility="hidden"
end if
End Sub
-->
</SCRIPT>
</head>
<body topmargin="0" leftmargin="0">
<form method="POST" enctype="multipart/form-data" name ="form1" action="">
<table border="1" cellpadding="0" cellspacing="0" style="border:1px solid #FFFFFF; border-collapse: collapse" bordercolor="#00CC99" width="301" id="AutoNumber1" height="276">
<tr>
<td width="299" height="17" bgcolor="#9DCCFF" bordercolor="#FFFFFF">
<p align="center"><b><font color="#FFFFFF" size="4">插入图片/文件</font></b></td>
</tr>
<tr>
<td width="299" height="212" bordercolor="#FFFFFF" valign="top">
<p align="center">
<iframe name="upfile" id="upfile" width="287" height="50" scrolling="no" border="0" frameborder="0" src="Upfile.asp"></iframe>
</p>
<p align="center"> <img border="0" src=" " id="show" name="show" width="170" height="180"></td>
</tr>
<tr>
<td width="299" height="24" bgcolor="#9DCCFF" bordercolor="#FFFFFF">
<p align="center">
<input type="button" value="完 成" name="ok" disabled >
<input type="button" value="取 消" name="button" onclick="vbs:window.close" >
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -