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

📄 history_count_detail_select.asp

📁 1。超强文件读写锁定
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<table width="96%" border="1" cellspacing="1" bordercolor="#F2F2F2" bordercolorlight="#F2F2F2" bordercolordark="#9D9CA4" height="86">
  <tr align="center" bgcolor="#E5EAEE">
    <td height="20" colspan="10"><span class="style2">
    <a  href="#" onClick="javascript:history.go(-1)"> </a></span>
      <form name="form1" method="post" action="">
        <span class="style2"><a  href="#" onClick="javascript:history.go(-1)">
        <input type="hidden" name="hiddenField">
        返回 </a> &nbsp;<input name="radio" type="radio" onclick="javascript:self.location.href='?second=<%=second1%>&issue=<%=issue%>'" <%if type1="" then response.write "checked"%>>
        全部 <input type="radio" name="radio" onclick="javascript:self.location.href='?type1=1&second=<%=second1%>&issue=<%=issue%>'" <%if type1="1" then response.write "checked"%>> 
        特码
<input type="radio" name="radio"  onclick="javascript:self.location.href='?type1=2&second=<%=second1%>&issue=<%=issue%>'" <%if type1="2" then response.write "checked"%>> 
        正码
 
<input type="radio" name="radio"  onClick="javascript:self.location.href='?type1=3&second=<%=second1%>&issue=<%=issue%>'" <%if type1="3" then response.write "checked"%>>
两面 
<input type="radio" name="radio" onclick="javascript:self.location.href='?type1=5&second=<%=second1%>&issue=<%=issue%>'" <%if type1="5" then response.write "checked"%> > 
        波色 <input type="radio" name="radio"  onclick="javascript:self.location.href='?type1=4&second=<%=second1%>&issue=<%=issue%>'" <%if type1="4" then response.write "checked"%>> 
        连码 
        <input type="radio" name="radiobutton"  onClick="javascript:self.location.href='?type1=8&second=<%=second1%>&issue=<%=issue%>'" <%if type1="8" then response.write "checked"%>> 
        正码过关 
        <input type="radio" name="radiobutton"  onclick="javascript:self.location.href='?type1=6&second=<%=second1%>&issue=<%=issue%>'" <%if type1="6" then response.write "checked"%>> 
        生肖
	<input type="radio" name="radiobutton"  onclick="javascript:self.location.href='?type1=7&second=<%=second1%>&issue=<%=issue%>'" <%if type1="7" then response.write "checked"%>> 
        一肖
		<input type="radio" name="radiobutton"  onclick="javascript:self.location.href='?type1=9&second=<%=second1%>&issue=<%=issue%>'" <%if type1="9" then response.write "checked"%>> 
        六肖
		</span>
      </form></td>
  </tr>
  <tr align="center" bgcolor="#CCCCCC">
    <td width="11%" bgcolor="#BCD5E4" height="12">投注会员</td>
    <td width="12%" bgcolor="#BCD5E4" height="12">投注金额</td>
    <td width="11%" bgcolor="#BCD5E4" height="12">实投</td>
    <td width="7%" bgcolor="#BCD5E4" height="12">会员结果</td>
	<td width="7%" bgcolor="#BCD5E4" height="12">分销商结果</td>
    <td width="7%" bgcolor="#BCD5E4" height="12">你应收</td>
    <td width="13%" bgcolor="#BCD5E4" height="12">期数</td>
  </tr>
   <%
  do while not Count_rs.eof
 %>
  <tr align="center" bgcolor="#f2f2f2">

    <td height="22" style="font-size: 10pt"><a href="History_Person_detail_select.asp?name=<%=Count_rs("Invest_name")%>&issue=<%=issue%>"><%=Count_rs("Invest_name")%></a> </td>
    <td height="22"><%=Count_rs("in_money")%> </td>
    <td height="22"><%=round(count_rs("fac_money"))%> </td>
    <td height="22"><%=round(count_rs("mem_result"))%> </td>
	<td height="22" ><%=round(count_rs("fei_result"))%> </td>
    <td height="22"><%if count_rs("mem_result")>0 then
	           if count_rs("fei_result")>0 then
				ag_result2=-((count_rs("mem_result"))+(count_rs("fei_result")))
				response.write round(ag_result2)
				else
				ag_result2=-((count_rs("mem_result"))-abs((count_rs("fei_result"))))
				response.write round(ag_result2)
				end if
		else
		ag_result2=abs((count_rs("mem_result")))-(count_rs("fei_result"))
		response.write round(ag_result2)
		 end if%> </td>
    <td height="22"><%=issue%> </td>
  </tr>
   <%Total=Total+Count_rs("in_money")
   Result2=Result2+(Count_rs("mem_result"))
   Fact=Fact+(Count_rs("fac_money"))
   fei_result=fei_result+(count_rs("fei_result"))
   agent_result=agent_result+ag_result2
   Count_rs.movenext
  loop%>
  <tr align="center" bgcolor="#f2f2f2">
  	<td height="12">小计:</td>
  	<td height="12"><%=total%></td>
  	<td height="12"><%=round(FACT)%></td>
  	<td height="12"><%=round(result2)%></td>
  	<td height="12" ><%=round( fei_result)%></td>
  	<td height="12"><%=round(agent_result)%></td>
  	<td height="12">&nbsp;</td>
  	</tr> 
</table>
</body>
</html>

⌨️ 快捷键说明

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