📄 addpicture.asp
字号:
<!--#include file="checkUser.asp"-->
<html>
<head>
<title>上传图片</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../main.css" type="text/css">
</head>
<body bgcolor="#9CC7EF" text="#000000" leftmargin="0" topmargin="3">
<form method="post" action="savePicture.asp" name="form1" enctype="multipart/form-data">
<table width="98%" border="1" bordercolordark=#9CC7EF bordercolorlight=#145AA0 cellspacing="0" cellpadding="4" align="center">
<tr>
<td height="26" bgcolor="#74B0ED">
<div align="center"><font color="#FFFFFF">上传图片</font></div>
</td>
</tr>
<tr>
<td>
<div align="center">
<input type="hidden" name="type" value="<%=Request("type")%>">
<input type="hidden" name="id" value="<%=Request("id")%>">
<input type="file" name="file1" size="30">
<input type="submit" name="Submit" value="上传">
</div>
</td>
</tr>
<tr>
<td height="26" bgcolor="#74B0ED">
<div align="center">
<input type="button" name="Submit2" value=" 关 闭 本 窗 口 " onClick="Javascript:window.close()">
</div>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -