📄 yhgl_tgyh.asp
字号:
<!--#include file="other/customer.inc" -->
<html>
<head>
<title>『晨景软体』-客户资源管理系统</title>
<style>
.drag{position:relative;cursor:hand}
</style>
<script language="JavaScript">
function checkForm(){
str="请输入新新的用户名!";
if (!checkString(form.elements["username"],str))return false;
str="请输入新的密码!";
if (!checkString(form.elements["password"],str))return false;
}
var dragapproved=false
var eventsource,x,y
function move()
{
if (event.button==1&&dragapproved) //改变被拖动元素在页面上的位置
{
self.moveBy (event.clientX-x,event.clientY-y); //改变窗体位置
return false
}
}
function drags()
{
if (!document.all)
return
if (event.srcElement.className=="drag") //捕捉鼠标当前位置
{
dragapproved=true//确信当前鼠标是按下
x=event.clientX//鼠标当前位置
y=event.clientY//鼠标当前位置
document.onmousemove=move//调动move函数
}
}
document.onmousedown=drags //鼠标左键按下时,准备拖动
document.onmouseup=new Function("dragapproved=false")//鼠标左键放开时,拖动停止
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<link rel="stylesheet" href="other/customer.css">
</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" width="403">
<!-- fwtable fwsrc="无标题" fwbase="tc_wgl(7).gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td><img src="images/spacer.gif" width="4" height="1" border="0"></td>
<td><img src="images/spacer.gif" width="395" height="1" border="0"></td>
<td><img src="images/spacer.gif" width="4" height="1" border="0"></td>
<td><img src="images/spacer.gif" width="1" height="1" border="0"></td>
</tr>
<tr>
<td colspan="3" background="images/tc_wgl(7)_r1_c1.gif" class="title">
<div id="Layer1" style="position:absolute; width:19px; height:18px; z-index:3; left: 378px; top: 5px"><a href="javascript:window.close()"><img src="images/xx.gif" width="13" height="13" border="0"></a></div>
『晨景软体』-添加用户</td>
<td><img src="images/spacer.gif" width="1" height="25" border="0"></td>
</tr>
<tr>
<td rowspan="2"><img name="tc_wgl7_r2_c1" src="images/tc_wgl(7)_r2_c1.gif" width="4" height="146" border="0"></td>
<td bgcolor="#cdd5e4" valign="top">
<table width="100%" cellspacing="0" height="139" class="small">
<form name="form" method="post" action="yhgl_tgyh_1.asp">
<tr>
<td height="37" valign="bottom" width="52%">
<div align="right">请添加新的用户</div>
</td>
<td height="37" valign="top" width="19%"> </td>
</tr>
<tr>
<td height="40" valign="bottom">
<div align="right">用户名:</div>
</td>
<td height="40" valign="bottom"><font size="2">
<input type="text" name="username" 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" maxlength="20">
</font></td>
<td height="40" valign="top"> </td>
</tr>
<tr>
<td height="17" valign="bottom" align="right">密码:</td>
<td height="17" valign="top"><font size="2">
<input type="text" name="pass" 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" maxlength="20">
</font></td>
<td height="17" valign="top"> </td>
</tr>
<tr>
<td height="11" valign="top" colspan="3"> </td>
</tr>
<tr>
<td height="12" valign="top" colspan="3">
<div align="center">
<input type="image" img src="images/bc.gif" width="45" height="17" onclick="return checkForm()">
<a href="javascript:window.close()"><img src="images/tc.gif" border=0 width="45" height="17"></a></div>
</td>
</tr>
</form>
</table>
</td>
<td rowspan="2"><img name="tc_wgl7_r2_c3" src="images/tc_wgl(7)_r2_c3.gif" width="4" height="146" border="0"></td>
<td><img src="images/spacer.gif" width="1" height="141" border="0"></td>
</tr>
<tr>
<td><img name="tc_wgl7_r3_c2" src="images/tc_wgl(7)_r3_c2.gif" width="395" height="5" border="0"></td>
<td><img src="images/spacer.gif" width="1" height="5" border="0"></td>
</tr>
</table>
<div class="drag" id="Layer2" style="position:absolute; left:2px; top:1px; width:375px; height:22px; z-index:2"></div>
</body>
</html>
<html><script language="JavaScript"> </script></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -