%@ LANGUAGE="vbscript" %> <% Response.Buffer = True %> <% Response.Clear %> <%'%> <%'%> <% 'Get Browser Info and clear variables Set bc = Server.CreateObject("MSWC.BrowserType") Session("Browser") = bc.browser & " " & bc.version 'Function Hits(ThisPage, URLRoot) ' - Adds This Page to the Database for Visitors ''Hits "Calculator", "http://www.evantageone.com" %> <%'%> <% 'If 1=2 Then 'Function GetCounter() 'Set rs = Conn.Execute("Select * from Configuration where Description = 'Visitor Count'") '' Increment Counter 'GetCounter = FormatNumber(CLng(rs("Settings")),0) 'X = CLng(rs("Settings")) + 1 'sqltext = "UPDATE Configuration SET Settings = '" & X & "' WHERE Description = 'Visitor Count'" 'Conn.Execute(sqltext) 'rs.Close 'SET rs = Nothing 'End Function 'End If '****************************************************** 'Session("Visitor") = GetCounter() 'response.write "HERE" 'response.end %>