This topic is locked

Add Hit Counter

5/20/2009 11:18:09 AM
ASPRunnerPro General questions
W
wisdom2009 author

How to add hit counter.
Unique hits for each page.

J
Jane 5/21/2009

Hi,
here are some tips:

  1. create new table where this information will be stored.
  2. use Before process event to update this table.
  3. current table name is stored in the strTableName variable.