📄 economy.asp
字号:
<!--#include file=conn.asp-->
<html>
<head>
<title>流量统计</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/command.css" type="text/css">
<%
sqleco="select sum(kwinold) , sum(kwinnow), sum(kelse) from kip where kuserid='"&session("countuserid")&"' and kmark=2"
set rssqleco=Server.Createobject("adodb.recordset")
rssqleco.open sqleco,conn,1,1
newwinold=rssqleco(0)
newwinnow=rssqleco(1)
newelse=rssqleco(2)
rssqleco.close
set rssqleco=nothing
if not(newwinold<>0 and newwinnow<>0 and newelse<>0) then
neweco=newwinold+newwinnow+newelse
newwinoldav=(newwinold/neweco)*100
newwinnowav=(newwinnow/neweco)*100
newelseav=(newelse/neweco)*100
end if
%>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="640" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="#000000">
<tr>
<td bgcolor="#FFFFFF">
<table width="640" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<!--#include file=title.htm-->
</td>
</tr>
<tr>
<td>
<table width="624" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="30"><img src="images/little.gif" width="1" height="1"></td>
</tr>
<tr>
<td>
<table width="624" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="#3366cc">
<tr align="center" valign="bottom">
<td class="navigation" height="18" width="69" bgcolor="#FFFFFF"><font color="#000000"><a href="index.asp?countuser=<%=session("countuserid")%>" class="titlefont">综合统计</a></font></td>
<td width="69" class="navigation" height="18" bgcolor="#FFFFFF"><font color="#000000"><a href="hour.asp" class="titlefont">时统计</a></font></td>
<td width="69" class="navigation" height="18" bgcolor="#FFFFFF"><font color="#000000"><a href="day.asp" class="titlefont">日统计</a></font></td>
<td width="69" class="navigation" height="18" bgcolor="#FFFFFF"><a href="week.asp" class="titlefont">周统计</a></td>
<td width="69" class="navigation" height="18" bgcolor="#FFFFFF"><a href="monther.asp" class="titlefont">月统计</a></td>
<td width="69" class="navigation" height="18" bgcolor="#FFFFFF"><font color="#000000"><a href="area.asp" class="titlefont">地区</a></font></td>
<td width="69" class="navigation" height="18" bgcolor="#FFFFFF"><font color="#000000"><a href="exprace.asp" class="titlefont">浏览器</a></font></td>
<td width="69" class="navigation" height="18"><font color="#FFFFFF" class="titlefont">操作系统</font></td>
<td width="69" class="navigation" height="18" bgcolor="#FFFFFF"><a href="registor.asp" class="titlefont">注册</a></td>
</tr>
<tr align="center" valign="bottom">
<td class="navigation" height="2" colspan="9" bgcolor="#3366cc"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="18"><img src="images/little.gif" width="1" height="1"></td>
</tr>
<tr>
<td valign="top">
<table width="624" border="0" cellspacing="1" cellpadding="0" bgcolor="#3366cc">
<tr>
<td bgcolor="#FFFFFF" valign="top">
<table width="624" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
<tr align="center">
<td colspan="4" height="20" bgcolor="#3366cc"><font color="#FFFFFF" style="letter-spacing:14pt;font-size:14px">操作系统流量统计基本信息</font></td>
</tr>
<tr align="center">
<td width="80" height="20" bgcolor="#E7E7E7"> <font color="#000000">系统平台</font></td>
<td height="20" bgcolor="#E7E7E7" width="100">访问量</td>
<td height="20" bgcolor="#E7E7E7" width="120">占百分比</td>
<td height="20" bgcolor="#E7E7E7" width="324">图示</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="20" align="center">Windows9X</td>
<td height="20" align="center"><%=newwinold%></td>
<td height="20" align="center"><%=FormatNumber(newwinoldav,1)%>%</td>
<td height="20" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%=newwinoldav*2%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td> <%=FormatNumber(newwinoldav,1)%>%</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="20" align="center">WindowsNT</td>
<td height="20" align="center"><%=newwinnow%></td>
<td height="20" align="center"><%=FormatNumber(newwinnowav,2)%>%</td>
<td height="20" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%=newwinnowav*2%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td> <%=FormatNumber(newwinnowav,1)%>%</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="20" align="center">其它</td>
<td height="20" align="center"><%=newelse%></td>
<td height="20" align="center"><%=FormatNumber(newelseav,1)%>%</td>
<td height="20" width="324">
<table width="324" border="0" cellspacing="0" cellpadding="0" height="12">
<tr>
<td width="200">
<table width="<%=newelse*2%>" border="0" cellspacing="0" cellpadding="0" height="13">
<tr>
<td background="images/img.GIF"><img src="images/little.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td> <%=FormatNumber(newelseav,1)%>%</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><!--#include file=copyright.htm--></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -