?? chang.asp
字號:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/EmpMain.asp" -->
<!--#include file="EmpMain_CheckRight.asp"-->
<%
if fncheckupart(1)=true or fncheckupart(2)=true then
else
response.Write("沒有權限訪問該頁!")
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>銷售員變更</title>
<link rel="stylesheet" href="CSS/SellWellWeb.css" type="text/css">
<script language="javascript" src="js_Lib/fnCheckForm.js"></script>
<script language="javascript" src="Js_Lib/Calendar.js"></script>
<script>
function CheckForm(){
if(trim(document.form1.yxsy.value)==""){
alert("原銷售員不能為空!")
document.form1.yxsy.focus()
dataReady = "0"
return
}
else{
dataReady = "1"
}
if(trim(document.form1.xxsy.value)==""){
alert("新銷售員不能為空!")
document.form1.xxsy.focus()
dataReady = "0"
return
}
else{
dataReady = "1"
}
if(dataReady=="1"){
document.form1.submit()
}
}
</script>
</head>
<body bgcolor="#EAF4FF" class="body">
<fieldset style="padding: 2;width:100%" class="fiedset"><legend>系統銷售員變更操作</legend>
<form name="form1" action="chang_sucess.asp" method="post">
<tr>
<td valign="top">
<table width="150" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" id="AutoNumber2" style="border-collapse: collapse">
<tr>
<td width="60" align="right" class="Caption">原銷售員:</td>
<td width="90" class="ValueArea"><input name="yxsy" align="left" size="20"></td>
</tr>
<tr>
<td width="60" class="Caption">新銷售員:</td>
<td width="90" class="ValueArea"><input name="xxsy" align="left" size="20"></td>
</tr>
<tr>
<td height="100" align="right" nowrap class="Caption">更改備注:</td>
<td colspan="3" valign="top" class="ValueArea"><textarea name="bz" style="width:150;height:100"></textarea></td>
</tr>
</table>
</fieldset>
<div align="right"> <font size="2"> <br>
<input type="button" value="提交" name="B1" class="button" onClick="CheckForm()">
<input type="reset" value="重置" name="B2" class="button">
</font> </div>
</td>
</tr>
<input type="hidden" name="MM_insert" value="form1">
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -