📄 showauthor.asp
字号:
<%response.expires=0%>
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css">
<script language="javascript1.2" src="js/openwin.js"></script>
<title>作者信息</title>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="expires" content="no-cache">
</head>
<body bgcolor="#ffffff">
<div align="left">
<%
ID=Request.querystring("ID")
if id="" then
response.Write "<script langurage=javascript> alert('对不起, 您没有访问权限!')</script>"
response.End
end if
sql="select * from file where id="&id
rs.open sql,conn,1,1
%>
</div>
<table border="0" width="650" cellspacing="1" cellpadding="0" bgcolor=#c0c0c0>
<tr bgcolor="#ffffff">
<td width="90" height="34" align="center">姓 名</td>
<td width="131" height="34">
<%=rs("authorname")%>
</td>
<td width="90" height="34" align="center">性 别</td>
<td width="118" height="34">
<%=rs("sex")%>
</td>
<td width="90" height="34" align="center">出生年月</td>
<td width="118" height="34"> <%=rs("chusheng")%> </td>
</tr>
<tr bgcolor="#ffffff">
<td height="35" align="center">第一学位</td>
<td height="35"><%=rs("xuewei")%></td>
<td height="35" align="center">职 称</td>
<td height="35"><%=rs("zhicheng")%></td>
<td height="35" align="center">邮政编码</td>
<td height="35"><%=rs("youbian")%></td>
</tr>
<tr bgcolor="#ffffff">
<td align="center" height="35">工作单位</td>
<td colspan="5"><%=rs("youbian")%></td>
</tr>
<tr bgcolor="#ffffff">
<td height="46" align="center" colspan="6">
<img
src="images/an_fanhui.jpg" border=0 align="absmiddle"
style="cursor:hand" onclick="history.go(-1);"> </td>
</tr>
</table>
<%
Conn.Close
set Conn=Nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -