📄 personxg.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/MainBorder.css" rel="stylesheet" type="text/css">
<title>信息显示</title>
<style type="text/css">
<!--
.STYLE5 {color: #FFFFFF}
.STYLE6 {color: #FFFF00}
-->
</style>
</head>
<style type="text/css">
<!--
#f1 {
position: relative;
top: 10px;
left: 430px;
width: 80px;
}
#f2 {
position: relative;
top: -31px;
left: 510px;
width: 80px;
}
-->
</style>
<style type="text/css">
<!--
table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
text-align: left;
}
#title {
font-size: 24px;
}
#di{
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}
.style2 {font-family: "华文中宋", "宋体"; }
-->
</style>
<script language="vbscript">
sub OK()
change.tfield.value=""
change.tfield.focus()
end sub
</script>
<script language="vbscript">
sub del_onclick()
yes =window.confirm("是否要删除此人信息!?")
if yes = true then
form2.submit()
end if
end sub
</script>
<body >
<%
Rid=request.QueryString("Rid")
%>
<!--#include file ="Connections/auto.asp"-->
<%
set RS = server.CreateObject("ADODB.Recordset")
Sname = "select *from Login , Message where Message.ID='"& Rid & "'and Login.ID=Message.ID"
RS.open Sname , CN
%>
<!--#include file ="Connections/xuanze.asp"-->
<table width="200" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="17"> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table width="500" border="1" cellspacing="0" bgcolor="#666699" cellpadding="0" align="center">
<tr>
<td height="27" colspan="2" ><div class="style2 STYLE3 STYLE1" id="title" >
<div align="center" class="STYLE5"><% response.write(RS("Name"))%>
个人详细信息</div>
</div></td>
</tr>
<tr>
<td width="169" align="right"><span class="STYLE6">员工编号: </span></td>
<td width="331" align="left "><span class="STYLE5">
<% response.write(RS("ID"))%>
</span></td>
</tr>
<tr>
<td align="right" ><span class="STYLE6">员工姓名: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("Name"))%>
</span></td>
</tr>
<tr>
<td align="right"><span class="STYLE6">部门职务: </span></td>
<td ><span class="STYLE5">
<% response.write(Part)%>
<% response.write(Position)%>
</span></td>
</tr>
<tr>
<td align="right" ><span class="STYLE6">出生日期: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("Data"))%>
</span></td>
</tr>
<tr>
<td align="right"><span class="STYLE6">身份证号: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("PC"))%>
</span></td>
</tr>
<tr>
<td align="right" ><span class="STYLE6">家庭电话: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("HomeTel"))%>
</span></td>
</tr>
<tr>
<td align="right"><span class="STYLE6">手机号码: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("Tel"))%>
</span></td>
</tr>
<tr>
<td align="right"><span class="STYLE6">家庭住址: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("Address"))%>
</span></td>
</tr>
<tr>
<td align="right"><span class="STYLE6">入公司时间: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("Start"))%>
</span></td>
</tr>
<tr>
<td align="right" ><span class="STYLE6">个人介绍: </span></td>
<td ><span class="STYLE5">
<% response.write(RS("History"))%>
</span></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -