junnytony
06-11-2003, 06:53 PM
I'm working with asp on my site http://www23.brinkster.com/all4christ and I want to be able to display how many users are browsing the site at anytime.
I was able to achieve part of this goal using MS Access database..so when someone browses to my site their IP gets recorded and the page displays that their is someone browsing the site....the problem is when the person leaves the site or closes the browser the IP address is not deleted from the table so in essence the page still says the person is still browsing after they've left.
I have a feeling this could be done using code in a Global.asa file but brinkster.com doesn't allow the Global.asa for free accounts..Is there another way I can get around this like using javascript or vbscipt to check when the user closes the window or navigates to another site so I can delete the IP's
THanks
I was able to achieve part of this goal using MS Access database..so when someone browses to my site their IP gets recorded and the page displays that their is someone browsing the site....the problem is when the person leaves the site or closes the browser the IP address is not deleted from the table so in essence the page still says the person is still browsing after they've left.
I have a feeling this could be done using code in a Global.asa file but brinkster.com doesn't allow the Global.asa for free accounts..Is there another way I can get around this like using javascript or vbscipt to check when the user closes the window or navigates to another site so I can delete the IP's
THanks