View Single Post
Old 11-Apr-2007, 02:29 AM   #1 (permalink)
Iphone
Fixed Error!
 
Iphone's Avatar

Posts: 4,202
Join Date: Mar 2007
Rep Power: 6 Iphone is on a distinguished road

IM:
Default Count Hits to a page

I plan to put a script (javascript?) on every .html or .aspx page i have. We have some .html
and somne .aspx pages. I like to have it such that when the page is loaded, the script
is called.. and the script has function like:

- connect to a access db
- check if URL exist in the db table
- if exist, increment the count
- if doesnt exist, add an entry of url to the table with count of 1
- disconnect from db

How is this possible?
Iphone is offline   Reply With Quote