📄 file_index.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../include/conn.asp" -->
<%
sql_User= "SELECT ID, UserName, purview FROM Tab_User WHERE UserName = '"&_
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>药品图片上传!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../include/style.css" rel="stylesheet">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
.style3 {color: #C60001}
.style10 {color: #669999}
-->
</style></head>
<body>
<table width="557" height="89" border="0" cellpadding="-2" cellspacing="-2" background="Images/file/file_01.gif">
<tr valign="top">
<td width="800"> </td>
</tr>
</table>
<table width="557" border="0" cellpadding="-2" cellspacing="-2">
<tr>
<td width="817" valign="top"><table width="557" height="54" border="0" cellpadding="-2" cellspacing="-2" background="Images/file/file_02.gif">
<tr>
<td width="8%" height="33" align="center" valign="middle"> <img src="images/icon_smile.GIF" width="15" height="15"></td>
<td width="19%" align="center"><div align="left"><span class="style10"><%=(rs_user.Fields.Item("UserName").Value)%> 您好!</span></div></td>
<td width="6%" height="33"><div align="center" class="style10"><img src="images/upload.gif" width="26" height="26"></div></td>
<td width="37%" height="33">
<div align="left" class="style10">
<a href="#" onClick="Javascript:window.open('file_upload.asp','','width=417,height=259')">上传文件</a>
</div></td>
<td width="30%" height="33"><div align="center"></div></td>
</tr>
<tr>
<td height="21" colspan="6"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -