📄 addphoto.asp
字号:
<%@ Language=VBScript %>
<html>
<head>
<title>玉环人大</title>
<link rel="stylesheet" href="../yuhuan.css">
</head>
<body leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td bgcolor="#000000">
<table border="0" width="100%" cellspacing="1" cellpadding="0" bordercolorlight="#000000"
bordercolordark="#FFFFFF" class="9v">
<tr bgcolor="#d10000">
<td width="100%" height="18" colspan="2" align="center" class=white9v>
图片选择 ----日期:<%=Formatdatetime(now(),vbshortdate)%> 时间:<%=Formatdatetime(now(),vbshorttime)%>----</td>
</tr>
<form name="photoForm" method="post" action="savePhoto.asp?id=<%=request("id")%>">
<tr bgcolor="#FFFFff">
<td width="100%" height="18" colspan="2" align="right" class=9v><a href="javascript:self.close()"><font color="#333333">『关闭窗口』</font></a></td>
</tr>
<tr>
<td width="100%" height="18" colspan="2" align="center" class=9v bgcolor="#F0F0F0">
<input name="photolist" value="<%=request("photolist")%> " type="text" class="textboxface1" size="53"></td>
</tr>
<tr>
<td width="124" height="100" align="center" bgcolor="#FFFFff"><img src="../images/preview.gif" width="121" height="100"></td>
<td width="200" align="right" bgcolor="#FFFFff">
<iframe id="photolist" src="getFiles.asp" width=210 height=100 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=yes></iframe>
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="100%" height="27" colspan="2" align="center">
<input type="reset" name="Reset" value="重选" class=button>
<input type="submit" name="Submit" value="确认" class=button> </td>
</tr></form>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -