Romanichine
Programmer
What is the best way to run a piece of code at the beginning of every hit?
Let's say I want to run the following, no matter what asp page has been called:
<% intHitCount = intHitCount + 1 %>
Obviously I don't want to include it at the beginning of every page if I got hundreds.
Thanks,
--
Roman
Let's say I want to run the following, no matter what asp page has been called:
<% intHitCount = intHitCount + 1 %>
Obviously I don't want to include it at the beginning of every page if I got hundreds.
Thanks,
--
Roman