tijiao.asp
来自「实验室资源管理系统 实验室人事资料管理、实验室设备管理、实验课程管理及实验室软件」· ASP 代码 · 共 42 行
ASP
42 行
<%@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>---><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 + =
减小字号Ctrl + -
显示快捷键?