⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hyuan_top.asp

📁 易方4.0程序+邮局接口+序列号+销售系统
💻 ASP
字号:
<!-- #include file="../inc_config.asp" -->
<!-- #include file="LoginCk.asp" -->
<html>
<head>
<title>会员操作</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link id="style_sheet" href="css/save.css" type="text/css" rel="stylesheet">
	<script language="JavaScript">style_sheet.href = parent.parent.style_sheet.href;</script>
</head>
<script language="JavaScript" src="js/common_Efang.js"></script>
	<body class="NormalPage">
	          <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  <form action='hyuan_navi.asp' method=get name="reg" target="down" onSubmit="return CheckReg()">
    <tr> 
      <td height="40"> 
        <center>
          <script language="JavaScript">
function CheckReg()
{
    if (document.reg.User.value.length==0) 
	{
		alert("会员帐号必须为六位数字!");
		document.reg.User.select();
		document.reg.User.focus();
     	return false;
    }
    if (document.reg.User.value.substring(0,1)==0) 
	{
		alert("对不起,会员帐号的首位不能为零!");
		document.reg.User.select();
		document.reg.User.focus();
     	return false;
    }
     ii=0;
     bString="0123456789_";
	 while (ii<document.reg.User.value.length) 
	 {
		if (bString.indexOf(document.reg.User.value.substring(ii,ii+1))==-1) 
		{
			alert("填写的会员帐号必须为六位数字!不得含有其它字符!");
			document.reg.User.select();
			document.reg.User.focus();
			return false;
		}
		ii=ii+1;
     }
     return true;
}
</script>
          <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td height="1" bgcolor="#333333" width="90%"></td>
            </tr>
            <tr>
              <td height="5" bgcolor=""></td>
            </tr>
          </table>
          会员帐号: 
          <input name=User type=text class=InputOne value="<%=Request("User")%>" size="10" maxlength="6">
          <input name=Upd type=submit class=ButtonOne id="Upd" value=' 资 料 '>
          <% If Mid(session("SessAdminPOP"),5,1)=1 Then %>
          <input type=submit name=yewu value='业务记录' class=ButtonOne>
          <%End If%>
          <% If Mid(session("SessAdminPOP"),82,1)=1 Then %> <input name=CaiWuList type=submit class=ButtonOne id="CaiWuList" value='交费记录'><%End If%>
          <% If Mid(session("SessAdminPOP"),81,1)=1 Then %>
          <input type=submit value='入款扣款' class=ButtonOne name="addmoney">
          <%End If%>
          <% If Mid(session("SessAdminPOP"),34,1)=1 Then %>
          <input name=ChPass type=submit class=ButtonOne id="ChPass" value='修改密码'>
          <%End If%>
          <% If Mid(session("SessAdminPOP"),40,1)=1 Then %>
          <input name=Pri type=submit class=ButtonOne id="Pri" value=' 价  格 '>
          <%End If%>
          <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td height="5" bgcolor=""></td>
            </tr>
			<tr>
              <td height="1" bgcolor="#333333" width="90%"></td>
            </tr>
          </table>
          <br>
        </center></td>
    </tr>
  </form>
</table>


<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td id="headerToolBar" valign="middle" nowrap style="width:100%; height:22px;"></td>
  </tr>
  	<tr>
		<td valign="top">
			<div id="viewPanel" style="visibility:visible; position:absolute; overflow:auto;">
	</div></td>
  </tr>
    </table>
		
		
<% Call ExitEnd(False) %>
</body>
<script language="JavaScript">
<!--
	document.parentWindow.onresize = fn_RejustViewPanel ;
	fn_RejustViewPanel ( ) ;
	//alert ( document.body.clientWidth + ":" + viewPanel.clientWidth ) ;
//-->
</script>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -