mem_data.asp

来自「买来的六合彩在线投注系统可能没有精力管理这些程序了PHP+mysql」· ASP 代码 · 共 123 行

ASP
123
字号
<!--#include file="manage/mConn.asp"-->
<!--#include file="manage/mConst.asp"-->
<!--#include file="manage/sk2.asp"-->
<%
  If Session("SK2User")="" Then
    Response.Write ("<script Language=Javascript>alert('Please input username/password and try again!!!');window.open('index.asp','_top');</script>")
    Response.End
  End If

  Get_Kithe_Para
  Get_UserInfo

 Set Rs6=Nothing

%>


<HTML><HEAD><TITLE>mem_data</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK 
href="images/client_LT_game.css" type=text/css rel=stylesheet>
<SCRIPT language=JAVASCRIPT>
if(self == top) location = '/';
</SCRIPT>

<META content="MSHTML 6.00.2800.1106" name=GENERATOR><style type="text/css">
<!--
body,td,th {
	color: #FF0000;
}
-->
</style></HEAD>
<BODY oncontextmenu=window.event.returnValue=false bgColor=#000000 leftMargin=0 
topMargin=0>
<FORM name=LAYOUTFORM action=mem_up_data.asp method=post><INPUT type=hidden  name=plays> 
<TABLE height="100%" cellSpacing=0 cellPadding=0 width=100% border=0>
  <TBODY>
  <TR>
    <TD vAlign=top align=middle bgColor=#FFFFFF>
      <TABLE height=96 cellSpacing=0 cellPadding=0 width="96%" align=center 
      border=0>
        <TBODY>
        <TR>
          <TD colSpan=3 height="100%">
            <TABLE cellSpacing=1 cellPadding=0 width=100% border=0>
              <TBODY>
              <TR>
                <TD>
                  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                    <TBODY>
                    <TR>
                      <TD height=5></TD></TR>
                    <TR>
                      <TD>
                        <TABLE width="100%" border=0 
                        align=left cellPadding=2 cellSpacing=1 bgcolor="cccccc">
                          <TBODY>
                          <TR>
                            <TD class=td_02 width="99%" bgColor=#FFFFCC>
                              <MARQUEE class=td_02 scrollDelay=120><%=Current_affice%>
                              </MARQUEE></TD></TR></TBODY></TABLE></TD></TR>
                    <TR>
                      <TD height=5></TD></TR></TBODY></TABLE></TD></TR></TBODY>
              <TBODY>
              <TR>
                <TD height=20>
                  <TABLE class=table_banner cellSpacing=0 cellPadding=0 
                  width=100% border=0>
                    <TBODY>
                    <TR>
                      <TD>
                        <TABLE class=banner_set height=24 cellSpacing=0 
                        cellPadding=0 width="100%" border=0>
                          <TBODY>
                          <TR>
                            <TD width=107 height=12>会员资料</TD>
                  <TD width=441 
                      height=12>&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR>
            <TABLE width=100% border=1 cellpadding="2" cellspacing="1">
              <TBODY>
              <TR>
                <TD colSpan=3></TD></TR>
              <TR>
                <TD width="173" align="right" bgcolor="#FFFF00" >帐户名称</TD>
                        <TD width=764><%=UserInfo(0,0)%></TD>
                      </TR>
              <TR>
                <TD align="right" bgcolor="#FFFF00" >信用额度</TD>
                        <TD><%=UserInfo(5,0)%></TD>
                      </TR>
              <TR>
                <TD align="right" bgcolor="#FFFF00" >变更密码</TD>
                <TD><INPUT name=password type=password class=zatext_01 id="password" 
                  value='<%=UserInfo(1,0)%>' size=8 maxLength=8> <INPUT class=zabutton_01 type=submit value=确定 name=submit> 
              </TD></TR></TBODY></TABLE><BR>
            <TABLE width=100% align=left border=1>
              <TBODY>
              <TR>
                <TD colSpan=4 align=middle bgcolor="#FFFF00" >彩票</TD>
              </TR>
              <TR align=middle>
                <TD width=127 bgColor=#FFFF00>
                  <DIV align=center><FONT width="33%">项目</FONT></DIV></TD>
                <TD bgColor=#FFFF00>
                  <DIV align=center>退水设定</DIV></TD>
                <TD bgColor=#FFFF00>
                  <DIV align=center>单项(号)限额</DIV></TD>
                <TD bgColor=#FFFF00>
                  <DIV align=center>单注限额</DIV></TD></TR>
   <%Dim I
     For I=0 To Ubound(UserQuota,2)-2%>
			  <TR>
                <TD bgcolor="#FFFFCC" ><%=UserQuota(0,I)%></TD>
                <TD align=right bgcolor="#FFFFFF"><%if i=0 or i=4 then%><%if i=0 then%>A盘:<%=UserQuota(1,I)%> B盘:<%=UserQuota(1,25)%><%end if%>
				<%if i=4 then%>A盘:<%=UserQuota(1,I)%> B盘:<%=UserQuota(1,26)%><%end if%><%else%><%=UserQuota(1,I)%><%end if%></TD>
                <TD align=right bgcolor="#FFFFFF"><%if i=0 or i=4 then%><%if i=0 then%>A盘:<%=UserQuota(2,I)%> B盘:<%=UserQuota(2,25)%><%end if%>
				<%if i=4 then%>A盘:<%=UserQuota(2,I)%> B盘:<%=UserQuota(2,26)%><%end if%><%else%><%=UserQuota(2,I)%><%end if%></TD>
                <TD align=right bgcolor="#FFFFFF"><%if i=0 or i=4 then%><%if i=0 then%>A盘:<%=UserQuota(3,I)%> B盘:<%=UserQuota(3,25)%><%end if%>
				<%if i=4 then%>A盘:<%=UserQuota(3,I)%> B盘:<%=UserQuota(3,26)%><%end if%><%else%><%=UserQuota(3,I)%><%end if%></TD>
			</TR>
<%Next%>
</TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
  </TR></TBODY></TABLE></FORM></BODY></HTML>

⌨️ 快捷键说明

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