[Openfirst-cvscommit] logger_asp track.asp,1.2,1.3
Brought to you by:
xtimg
|
From: <chr...@us...> - 2003-05-06 02:03:24
|
Update of /cvsroot/openfirst/logger_asp
In directory sc8-pr-cvs1:/tmp/cvs-serv25711
Modified Files:
track.asp
Log Message:
Updated to fix coding errors
Index: track.asp
===================================================================
RCS file: /cvsroot/openfirst/logger_asp/track.asp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** track.asp 3 May 2003 20:51:55 -0000 1.2
--- track.asp 6 May 2003 02:03:21 -0000 1.3
***************
*** 3,7 ****
<%
! amount = 0
IP = Request.QueryString("ID")
strSql = "SELECT ID,Da,IPAddress,HostLookup,Location,Querystring FROM ofirst_logger WHERE IPAddress='" & IP & "'"
--- 3,7 ----
<%
! amount = -1
IP = Request.QueryString("ID")
strSql = "SELECT ID,Da,IPAddress,HostLookup,Location,Querystring FROM ofirst_logger WHERE IPAddress='" & IP & "'"
***************
*** 43,47 ****
</tr>
! <% If amount > 0 Then %>
<% For row=0 to ubound(infoAR,2) %>
<tr>
--- 43,47 ----
</tr>
! <% If amount > -1 Then %>
<% For row=0 to ubound(infoAR,2) %>
<tr>
|