⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tijiao.asp

📁 实验室资源管理系统 实验室人事资料管理、实验室设备管理、实验课程管理及实验室软件资料管理及相关分析统计功能
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="include/conn.asp"-->
<%if session("loginname")="" then
Response.redirect"login.asp"
end if
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<LINK href="css/css.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
 <!--#include file="include/header.asp"-->
<table width="760" height="77" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td>位置:管理系统:<a href="bendi_shilian.asp">实验记录</a>---&gt;<a href="tijiao.asp">提交实验记录</a></td>
  </tr>
  <br />
 
  <form name="form" method="post" action="tijiao_save.asp" Enctype="multipart/form-data">
  <tr>
    <td height="80" valign="middle"><label></label>
    <label>*实验报告文件:
    <input type="file" name="file_baogao" />
    <input type="submit" name="Submit" value="提交" />
    <a href="javascript:history.go(-1);"/>返回</a>
    [文件格式:*.doc,*.txt 文件大小:2048KB]</label></td>
  </tr>
  </form>
  <br /><br />
</table>

<br />
<br />



   <!--#include file="include/bottom.asp"-->
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -