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?