📄 add.asp
字号:
<%if session("password")<>"" then%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>手机入网信息登记</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
.style1 {font-weight: bold}
-->
</style>
</head>
<body>
<script LANGUAGE="javascript">
<!--
var C神州行新轻松卡=[["月最低消费:19.80元,月租费:3元本地主叫:0.22元/分钟,被叫:免费.","月最低消费:19.80元,月租费:3元本地主叫:0.22元/分钟,被叫:免费."]];
var C新神州行家园卡=[["7元/月,2元/月农信通费用,农村区域主叫0.12元/分钟,城市区域主叫0.22元/分钟,被叫:免费;","7元/月,2元/月农信通费用,农村区域主叫0.12元/分钟,城市区域主叫0.22元/分钟,被叫:免费;"]];
var C联通轻松卡=[["0元月租,18元保底,本地接听免费,主叫0.0.20元/分钟","0元月租,18元保底,本地接听免费,主叫0.0.20元/分钟"]];
function change(id,selected,t){
var sel=document.getElementById(selected);
sel.length=0;
if(t)sel.options[0]=new Option('---请选择---');
var opts=window[id];
if(opts){
for(var i=0;i<opts.length;i++)
sel.options[sel.length] = new Option(opts[i][1],opts[i][0]);
}
}
//-->
</script>
<table width="100%" height="25" align="center" cellpadding="0" cellspacing="0" class="unnamed_rld2">
<tr bgcolor="#EEEEEE">
<td width="100" align="center"><a href="add.asp">入户登记</a></td>
<td width="100" align="center" bgcolor="#EEEEEE"><a href="res.asp">按电话查询</a></td>
<td width="100" align="center"><font color="#0000CC" size="2"><a href="admin.asp">管理页面</a></font></td>
<td width="100" align="center"><a href="logout.asp">退出</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div align=center>
<form name="form1" method="post" action="addnew.asp">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="unnamed_rld2">
<tr>
<td width="100" height="25">
客户电话</td>
<td>
<input name="xh" type="text" id="xh" size="23">
客户电话号码</td>
</tr>
<td width="100" height="25">
客户姓名</td>
<td>
<input name="bj" type="text" id="xh" size="23">
客户姓名</td>
</tr>
<tr>
<td width="100" height="25">
证件地址</td>
<td>
<input name="DZ" type="text" id="DZ" size="50">
客户家庭地址或联系地址</td>
</tr>
<tr>
<td width="100" height="25">
证件号码</td>
<td>
<input name="user" type="text" id="user" size="43">
证件号码</td>
</tr>
<tr>
<td width="100" height="25">
手机卡号</td>
<td>
<input type="text" name="kc" size="33" value="89860"> </td>
</tr>
<tr>
<td width="100" height="25">
入网日期</td>
<td>
<script type="text/javascript" language="javascript" src="calendar.js" src="lsh.js"></script>
<input name="cj" type="text" id="cj" onfocus="setday(this)" size="24"/>
</td>
</tr>
<tr>
<td width="100" height="25">
入网费用</td>
<td>
<input name="FY" type="text" id="FY" size="10">
元</TR>
<tr>
<td width="100" height="25">
赠送话费</td>
<td>
<input name="ZSHF" type="text" id="ZSHF" size="10">
元</TR>
<tr>
<td width="100" height="25">
实际话费</td>
<td>
<input name="SJHF" type="text" id="SJHF" size="10">
元</TR>
<tr>
<td width="100" height="25">
客户等级</td>
<td><select name="xq">
<option>普通客户</option>
<option>手机客户</option>
</select></td>
</tr>
</tr>
<tr>
<td width="100" height="25">
是否真实证件</td>
<td><select name="lx">
<option>真的</option>
<option>假的</option>
</select></td>
</tr>
<tr>
<td width="100" height="25">
入网套餐选择</td>
<td>
<select name="biglocation" onChange="change('C'+this.value,'smalllocation')">
<option value="神州行新轻松卡" selected>神州行新轻松卡</option>
<option value="新神州行家园卡">新神州行家园卡</option>
<option value="联通轻松卡">联通轻松卡</option>
</select></td>
</tr>
<tr>
<td align="right" colspan="2" height="45">
<div align="left">
<select name="smalllocation" size="1">
<option selected value="">---请选择---</option>
</select></div>
<div align="center">
<form name="form2" method="post" action="addnew.asp">
</div></td>
</tr>
</table>
<p>
<input type="submit" name="Submit" value="添加"><input type="reset" name="Submit2" value="重置"></p>
</form>
</div> </td>
</tr>
</table>
</body>
</html>
<%else
Response.Redirect "admpost.asp"
end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -