AdMentor homepage

/asp/freeapps/statmentor/default.asp

<!--#include file="incstats.asp"--> <!--#include file="menu.inc"--> <html> <head> <% ''''''''''' (C) Stefan Holmberg 1999 ''''''''''' Free to use if these sourcecode lines is not deleted ''''''''''' Contact me at webmaster@sqlexperts.com ''''''''''' http://www.sqlexperts.com ''''''''''' AdMentor homepage at http://www.create-a-webshop.com If Request.QueryString("select") = "true" Then Dim sDate1, sDate2 sDate1 = DateSerial( Request.Form("FromYear"), Request.Form("FromMonth"), Request.Form("FromDay") ) sDate2 = DateSerial( Request.Form("ToYear"), Request.Form("ToMonth"), Request.Form("ToDay") ) Session("statmentor_date1") = sDate1 Session("statmentor_date2") = sDate2 End If %> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>StatMentor - Main page</title> <style type="text/css"> <!-- body { font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000} td { font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000} th { font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000} A:link {text-decoration: none;} A:visited {text-decoration: none;} A:hover {text-decoration: underline;} --> </style> </head> <body> <table align="center" bgColor="#003399" border="0" cellPadding="3" cellSpacing="0" height="100%" width="100%"> <tbody> <tr> <td vAlign="top" width="50%" height="60"> <b><a href="http://www.create-a-webshop.com"><font color="#ECECD9" face="verdana,arial,helvetica" size="1">http://www.create-a-webshop.com</font></a></b> </td> <td vAlign="top" width="468" height="60"> <b><font color="#FFFFFF" face="verdana,arial,helvetica" size="+2">StatMentor</font></b> </td> </tr> <tr> <td height="100%" vAlign="top" width="100%" colspan="2"> <table align="center" bgColor="#ffffff" border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%"> <tbody> <tr> <td height="100%" vAlign="top" width="85%"> <table bgColor="#ffffff" border="0" cellPadding="10" cellSpacing="0" height="100%" width="100%"> <tbody> <tr> <td align="left" height="100%" vAlign="top" width="65%"> <table border="0" width="100%"> <tr> <td width="50%"><b><font color="#aa3333" face="verdana,arial,helvetica" size="4">Site statistics </font></b> </td> <td width="50%"> <b> Selected period</b><br> From: <% If Session("statmentor_date1")<> "" Then Response.Write Session("statmentor_date1") End If%><br> To: <% If Session("statmentor_date2")<> "" Then Response.Write Session("statmentor_date2") End If%> </td> </tr> </table> <font color="#aa3333" face="verdana,arial,helvetica" size="+2"> <hr color="#000066" noShade SIZE="1"> </font> <table border="0" width="100%"> <tr> <td width="120" valign="top"> <%StatWriteMenu%></td> <td width="70%"> <ul> <li><font face="helvetica, arial" size="2"><b><i>Select period<br> </i></b>Select which days you want stats from</font></li> <li><font face="helvetica, arial" size="2"><i><b>Total Visitors<br> </b></i>Show total number of visitors</font></li> <li><font face="helvetica, arial" size="2"><i><b>Pageviews<br> </b></i>Show no of pageviews per page.</font> </li> <li><font face="helvetica, arial" size="2"><i> <b>Refereres<br> </b> </i>Where are your traffic coming from?</font> </li> </ul> <p><font face="helvetica, arial" size="2">StatMentor is developed by <a href="mailto:webmaster@sqlexperts.com">Stefan Holmberg</a>. Usage of it is totally free.</font> </td> </tr> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </body> </html>
Privacy policy