📄 change.htm
字号:
<!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">
<!--
form {
margin-top: 150px;
font-family:"Times New Roman", Times, serif;
font-size: 18px;
}
.STYLE1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px;color: #FFFFFF}
-->
</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: "华文中宋", "宋体"; }
.STYLE3 {color: #FFFFFF}
-->
</style>
<script language="vbscript">
sub OK()
change.tfield.value=""
change.tfield.focus()
end sub
</script>
</head>
<body onLoad="OK()">
<form name="change" method="post" action="personCX.asp" >
<table width="474" height="136" border="0" cellpadding="0" cellspacing="1" bgcolor="#666699" align="center">
<tr>
<td width="247" height="134">
<fieldset><legend><span class="STYLE1">选择查询条件</span></legend>
<span class="STYLE1">
<input type="radio" name="radiobutton" id="radiobutton" value="ID" checked>
按员工编号<br>
<input type="radio" name="radiobutton" id="radiobutton" value="PC">
按身份证号码<br>
<input type="radio" name="radiobutton" id="radiobutton" value="Name">
按员工姓名<br>
<input type="radio" name="radiobutton" id="radiobutton" value="Tel">
按手机号码 <br>
<br> </span>
</fieldset></td>
<td width="224" colspan="2" align="center">
<fieldset><legend><span class="STYLE1 STYLE1">输入查询信息</span></legend>
<span class="STYLE1"><p>
<input name="tfield" type="text" id="tfield" size="20" maxlength="20"><br>
<br>
<input name="Submit" type="submit" class="s04" value="查找员工信息">
<br>
<br>
</fieldset>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -