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

📄 mytjuserlist.asp

📁 mlm双轨制直销系统V8.0免费版 可用于: 1、直拨、回拨电话卡公司。 2、保健品、药品公司。 3、在线销售商品等等。 4、其他类型用到双轨制模式的线上开盘公司。
💻 ASP
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<%
HyNumber=trim(Request("HyNumber"))


set HyMyTjRs=server.CreateObject("adodb.recordset")

sql = "SELECT HyClub.HyNumber,Hy.* FROM HyClub left join Hy on Hy.ID=HyClub.HyID where HyClub.HyTjNumber='" & HyNumber & "' and HyClub.IsApproved=true"
HyMyTjRs.Open sql,conn	
J=HyMyTjRs.RecordCount
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="include/e1.css" type="text/css">
<script language='javascript' src='include/common.js'></script>
</head>

<body bgcolor="#7BD7FF">
 <table width="90%" align="center" bgcolor="#58CCFF" border="0" cellpadding="0" cellspacing="0" >
          <tr >
            <td>
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bordercolorlight="#f0f4ff" bordercolordark="#162d6b" ID="Table4">
        <tr bgcolor="#00B1FF"> 
          <td height="30" colspan="7"><div align="center"><font size="3"><img src="Image/user.gif" width="32" height="32">直接推荐的会员</font></div></td>
        </tr>
        <tr> 
          <td width="11%" height="30"><div align="center">编号</div></td>
          <td width="7%"> 
            <div align="center">姓名 </div></td>
          <td width="11%"><div align="center">电子邮件</div></td>
          <td width="17%"><div align="center">电话</div></td>
          <td width="17%"><div align="center">手机</div></td>
          <td width="17%"><div align="center">地址</div></td>
          <td width="20%"><div align="center">邮编</div></td>
        </tr>
        <%
if j>0 then
    while (not HyMyTjRs.eof)%>
        <tr bgcolor="#D1F1FF"> 
          <td width="11%" height="30"><div align="right"> 
              <% =HyMyTjRs("HyNumber")%>
            </div></td>
          <td width="7%">&nbsp; <% =HyMyTjRs("HyName")%> </td>
          <td width="11%">&nbsp;<% =HyMyTjRs("Hymail")%> </td>
          <td width="17%">&nbsp;<% =HyMyTjRs("HyTel")%> </td>
          <td width="17%">&nbsp;<% =HyMyTjRs("HyMobile")%> </td>
          <td width="17%">&nbsp;<% =HyMyTjRs("Hyaddress")%> </td>
          <td width="20%">&nbsp;<% =HyMyTjRs("HyZipCode")%> </td>
        </tr>
        <%
	HyMyTjRs.movenext
	wend %>
      </table>
 </td>
                </tr>
              </table>	
	<%end if%>
	<br>
<center><a href="javascript:history.back();"><strong>返回</strong></a></center>
</body>
</html>

⌨️ 快捷键说明

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