📄 admin_preprint.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="tcconn.asp" -->
<!--#include file="CHAR.asp" -->
<%
Response.Buffer = True
tc_id=request("id")
if tc_id="" then
response.write "来源未知!"
response.end
end if
set tcrs=conn.execute("select * from tcinfor where tc_id="&tc_id&"")
if tcrs.eof then
set tcrs=nothing
response.Write "<script language=JavaScript>{window.alert('记录不存在或者已被删除!');window.location.href='admin_print.asp';}</script>"
response.End()
end if
%>
<!--#include file="toword.inc" -->
<html>
<head>
<title>兰州理工大学石油化工学院教师业务管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="keywords" content="兰州理工大学石油化工学院学院,明星设计,lyz.cn@126.com,L.Y.Z">
<LINK href="css.css" type=text/css rel=stylesheet>
</head>
<body background="img/bg.gif" topmargin="0" leftmargin="0">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#99CC00">
<tr>
<td height="30"> </td>
</tr>
<tr>
<td><img src="img/admin_top.gif" width="778" height="66"></td>
</tr>
<tr>
<td> 您现在正在操作:<span class="style8">操作生成的word文档</span></td>
</tr>
<tr>
<td valign="top"><p> </p>
<table width="754" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="img/down.gif" width="754" height="27"></td>
</tr>
<tr>
<td background="img/table_bg.gif">
<table width="754" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"> </td>
<td width="454"> </td>
<td width="150"> </td>
</tr>
<tr>
<td> </td>
<td align="center"><input name="btm1" type="button" id="btm1" style="font-family: 新细明体, 宋体, Arial; font-size: 9pt; height:20px;background-color:#D4D0C8;" onclick=" window.location='word/temp.doc'" onMouseOver ="this.style.backgroundColor='#FFC864'" onMouseOut ="this.style.backgroundColor='#D4D0C8'" value="点击此按钮下载或打开生成的word文档"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td class="style8">注:点击上面按钮后请根据系统的提示进行保存或打开操作建议先保存</td>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="img/table_btom.gif"> </td>
</tr>
</table> </td>
</tr>
<tr>
<td height="340"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -