📄 ywyzl_zlxg_ywy.asp
字号:
}
function Build(p_item, p_month, p_year, p_format) {
var p_WinCal = ggWinCal;
gCal = new Calendar(p_item, p_WinCal, p_month, p_year, p_format);
// 定制历法颜色
gCal.gBGColor="white";//月历表的背景色
gCal.gLinkColor="black";//导航字母颜色
gCal.gTextColor="black";//年份、月份的颜色
gCal.gHeaderColor="darkgreen";//星期中文数字颜色
// 选定适当的显示函数
if (gCal.gYearly) gCal.showY();
else gCal.show();
}
function show_calendar() {
/*
p_month : 0-11 从一月到十二月; 12 for 所有月.
p_year : 此变量用于设置一个4位数的年份
p_format: 日期的格式 (mm/dd/yyyy, dd/mm/yy, ...)
p_item : Return Item.
*/
p_item = arguments[0];
if (arguments[1] == null)
p_month = "7";
//p_month = new String(gNow.getMonth());
else
p_month = arguments[1];
if (arguments[2] == "" || arguments[2] == null)
p_year = "1974";
//p_year = new String(gNow.getFullYear().toString());
else
p_year = arguments[2];
if (arguments[3] == null)
p_format = "MM/DD/YYYY";
else
p_format = arguments[3];
vWinCal = window.open("", "Calendar",
"width=231,height=197,status=no,resizable=no,top=200,left=200");
vWinCal.opener = self;
ggWinCal = vWinCal;
Build(p_item, p_month, p_year, p_format);
}
/*
Yearly Calendar Code Starts here
*/
function show_yearly_calendar(p_item, p_year, p_format) {
// 启用默认值
if (p_year == null || p_year == "")
p_year = new String(gNow.getFullYear().toString());
if (p_format == null || p_format == "")
p_format = "MM/DD/YYYY";
var vWinCal = window.open("", "Calendar", "scrollbars=yes");
vWinCal.opener = self;
ggWinCal = vWinCal;
Build(p_item, null, p_year, p_format);
}
</script>
<link rel="stylesheet" href="other/customer.css">
</head>
<%'==========================================================
'与数据库建立连接
id=request.querystring("id")
id1=clng(id)
'与数据库建立连接
Set conn = Server.CreateObject("ADODB.Connection")
conn.open "driver={Microsoft Access Driver (*.mdb)};pwd=webcool_2000;dbq=" & Server.MapPath("../database/customer.mdb")
SET rs=CONN.EXECUTE("SELECT * FROM worker WHERE id="&id1)
%>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" width="374" height="194">
<!-- fwtable fwsrc="无标题" fwbase="khzl_zltj_jb(2).gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<FORM name=calform METHOD=POST ACTION="ywyzl_zltj_1.asp" >
<tr>
<td width="17"><img src="images/spacer.gif" width="4" height="1" border="0"></td>
<td width="411"><img src="images/spacer.gif" width="411" height="1" border="0"></td>
<td width="4"><img src="images/spacer.gif" width="4" height="1" border="0"></td>
<td width="1"><img src="images/spacer.gif" width="1" height="1" border="0"></td>
</tr>
<tr class="title">
<td colspan="3" background="images/khzl_zltj_jb(2)_r1_c1.gif">
<div id="Layer1" style="position:absolute; width:19px; height:14px; z-index:3; left: 397px; top: 6px"><a href="javascript:window.close()"><img src="images/xx.gif" width="13" height="13" border="0"></a></div> 『晨景软体』-业务员基本信息</td>
<td width="1"><img src="images/spacer.gif" width="1" height="25" border="0"></td>
</tr>
<tr>
<td rowspan="2" width="17"><img name="khzl_zltj_jb2_r2_c1" src="images/khzl_zltj_jb(2)_r2_c1.gif" width="4" height="474" border="0"></td>
<td bgcolor="#cdd5e4" width="411" height="386">
<table width="400" border="0" height="437" cellpadding="0" cellspacing="0" class="small" align="right">
<tr>
<td width="19%" height="15">
<div align="left"><font size="2" class="small">姓 名: </font></div>
</td>
<td height="15" width="25%"><font size="2">
<input type="text" name="name" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("name")%>" disabled class="small">
</font></td>
<td height="15" width="18%"><font size="2" class="small">索 引 码:</font>
</td>
<td height="15" width="38%"><font size="2">
<input type="text" name="search" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("search")%>" disabled class="small">
</font></td>
</tr>
<tr>
<td height="15" width="19%"><font size="2" class="small">性 别:</font></td>
<td height="15" width="25%">
<input type="text" name="datebox2" size="10" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("sex")%>" disabled class="small">
</td>
<td height="15" width="18%" class="small">民 族:</td>
<td height="15" width="38%"><font size="2">
<input type="text" name="nation" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("nation")%>" disabled class="small">
</font> </td>
</tr>
<tr>
<td width="19%" height="15"><font size="2" class="small">出生年月:</font></td>
<td width="25%" height="15">
<div align="left">
<input type="text" name="datebox" size="10" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("birthday")%>" disabled class="small">
</div>
</td>
<td width="18%" height="15"><font size="2" class="small">性 质:</font></td>
<td width="38%" height="15"><font size="2">
<input type="text" name="nation2" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("gongneng")%>" disabled class="small">
</font> </td>
</tr>
<tr>
<td width="19%" height="15"><font size="2" class="small">身份证号:</font></td>
<td colspan="3" height="15"> <b>
<input type="text" name="card" size="30" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("card")%>" disabled class="small">
</b> </td>
</tr>
<tr>
<td width="19%" height="15"><font size="2" class="small">文化程度:</font></td>
<td width="25%" height="15">
<input type="text" name="degree" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("degree")%>" disabled class="small">
</td>
<td width="18%" height="15">专 业:</td>
<td width="38%" height="15">
<input type="text" name="special" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("special")%>" disabled class="small">
</td>
</tr>
<tr>
<td width="19%" height="15"><font size="2" class="small">毕业院校:</font></td>
<td width="25%" height="15">
<input type="text" name="school" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("school")%>" disabled class="small">
</td>
<td width="18%" height="15">
<p class="small">现任职位:</p>
</td>
<td width="38%" height="15">
<input type="text" name="funcion" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("funcion")%>" disabled class="small">
</td>
</tr>
<tr>
<td width="19%" class="small" height="15">手 机:</td>
<td width="25%" height="15">
<input type="text" name="mobile" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("mobile")%>" disabled class="small">
</td>
<td width="18%" height="15"><font size="2" class="small">联系电话:</font></td>
<td width="38%" height="15">
<input type="text" name="telephone" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("telephone")%>" disabled class="small">
</td>
</tr>
<tr>
<td width="19%" height="15"><font size="2" class="small">传 呼:</font></td>
<td width="25%" height="15">
<input type="text" name="call" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("call")%>" disabled class="small"4羙>
</td>
<td width="18%" height="15">邮 编:</td>
<td width="38%" height="15">
<input type="text" name="post" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("post")%>" disabled class="small">
</td>
</tr>
<tr>
<td width="19%" height="15" class="small">邮件地址:</td>
<td colspan="3" height="15">
<input type="text" name="email" size="30" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("email")%>" disabled class="small">
</td>
</tr>
<tr>
<td width="19%" height="15"><font size="2" class="small">网 址:</font>
</td>
<td colspan="3" height="15">
<input type="text" name="http" size="30" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("http")%>" disabled class="small">
</td>
</tr>
<tr>
<td height="15" width="19%">
<p class="small"> OICQ:</p>
</td>
<td height="15" width="25%">
<input type="text" name="oicq" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("oicq")%>" disabled class="small">
</td>
<td height="15" width="18%"> </td>
<td height="15" width="38%"> </td>
</tr>
<tr>
<td height="15" width="19%"><font size="2" class="small">家庭地址:</font>
</td>
<td colspan="3" height="15">
<input type="text" name="address" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("address")%>" disabled class="small">
</td>
</tr>
<tr>
<td colspan="4" height="64">
<table width="98%" cellspacing="0" height="67">
<tr>
<td width="18%" height="45"><font size="2" class="small">个人简介:</font></td>
<td width="82%" height="91" rowspan="2">
<textarea rows="4" name="introduce" cols="40" style="background-color: #cdd5e4; border: 1 solid #B9B9B9" onFocus="this.blur()" class="small"><%=rs("introduce")%></textarea>
</td>
</tr>
<tr>
<td width="18%" height="28"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="2" width="19%" valign="top">
<div align="right">
<a href="javascript:window.close()"><img src="images/tc.gif" width="45" height="17" border="0"></a></div>
</td>
<td height="2" width="25%"> </td>
</tr>
</table>
</td>
<td rowspan="2" width="4"><img name="khzl_zltj_jb2_r2_c3" src="images/khzl_zltj_jb(2)_r2_c3.gif" width="4" height="474" border="0"></td>
<td width="1" height="386"><img src="images/spacer.gif" width="1" height="469" border="0"></td>
</tr>
<tr>
<td width="411"><img name="khzl_zltj_jb2_r3_c2" src="images/khzl_zltj_jb(2)_r3_c2.gif" width="411" height="5" border="0"></td>
<td width="1"><img src="images/spacer.gif" width="1" height="5" border="0"></td>
</tr>
</form>
</table>
<div class="drag" id="Layer2" style="position:absolute; left:1px; top:0px; width:393px; height:22px; z-index:2"></div>
</body>
</html>
<html></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -