📄 face.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="checkuser.asp"-->
<html>
<head>
<title>∷企业生产管理信息系统:.</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet" type="text/css">
<SCRIPT language=javascript src="js/selectcity.js"></script>
<script language="JavaScript" src="js/validate.js" type="text/JavaScript"></script>
<SCRIPT language=javascript src="css/init.js"></SCRIPT>
<SCRIPT language=JavaScript src="css/User_Info_Modify.js"></SCRIPT>
<style type="text/css">
<!--
td { font-family: "宋体"; font-size: 9pt}
body { font-family: "宋体"; font-size: 9pt}
select { font-family: "宋体"; font-size: 9pt}
A {text-decoration: none; color: #336699; font-family: "宋体"; font-size: 9pt}
A:hover {text-decoration: underline; color: #FF0000; font-family: "宋体"; font-size: 9pt}
-->
</style>
<script language=javascript>
function show_face()
{
var nface=document.user_edit_frm.face.options[document.user_edit_frm.face.selectedIndex].value;
document.images.face_img.src=nface;
document.user_edit_frm.face_pic.value=nface;
}
function show_face2()
{
document.images.face_img.src=document.user_edit_frm.face_pic.value;
}
</script>
</HEAD>
<BODY topMargin=0 rightMargin=0 leftMargin=0>
<!--#include file="top.asp"-->
<TABLE width=98% align=center border="0" cellspacing="0" bordercolor="#D6D3CE">
<TBODY>
<TR>
<td align="center" valign="top">
<fieldset style="width:98%">
<legend>员 工 明 细 列 表</legend>
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#D4D0C8" align="center">
<tr>
<td>个人相片:</td>
<td><input type=text name=face_pic value='<%response.write uface%>' size=28 maxlength=200> <input type=button onclick="javascript:show_face2();" value='预览'><%response.write redx%></td>
</tr>
<tr class=bg_td><td class=gray>头像大小:</td><td>宽度:<input type=text name=face_w value='<%response.write rs("face_w")%>' size=5 maxlength=5> 10-<%response.write max_w%>像素<%response.write redx%><br>高度:<input type=text name=face_h value='<%response.write rs("face_h")%>' size=5 maxlength=5> 10-<%response.write max_h%>像素<%response.write redx%></td></tr>
<tr ><td >选择相片:</td><td><select size=1 name=face style='width: 50;' onChange="javascript:show_face();">
<option value='face/0.gif' selected>0</option>
<option value='face/1.gif'>1</option>
<option value='face/2.gif'>2</option>
<option value='face/3.gif'>3</option>
<option value='face/4.gif'>4</option>
<option value='face/5.gif'>5</option>
<option value='face/6.gif'>6</option>
<option value='face/7.gif'>7</option>
<option value='face/8.gif'>8</option>
<option value='face/9.gif'>9</option>
<option value='face/10.gif'>10</option>
<option value='face/11.gif'>11</option>
<option value='face/12.gif'>12</option>
<option value='face/13.gif'>13</option>
<option value='face/14.gif'>14</option>
<option value='face/15.gif'>15</option>
<option value='face/16.gif'>16</option>
<option value='face/17.gif'>17</option>
<option value='face/18.gif'>18</option>
<option value='face/19.gif'>19</option>
<option value='face/20.gif'>20</option>
<option value='face/21.gif'>21</option>
<option value='face/22.gif'>22</option>
<option value='face/23.gif'>23</option>
<option value='face/24.gif'>24</option></select></td></tr>
</table>
</td>
</tr>
</table>
</table>
</TD>
</TR>
</table>
</TBODY>
</TABLE>
<P>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR vAlign=center>
<TD align=middle width="100%"><!--#include file="footer.htm"--></TD>
</TR></TBODY></TABLE></P></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -