I have an internal web page for my company that has a list of hyperlinks so that users can access different reports (.xls files on the server). What i would like to do is to keep track of who is accessing each report in a database.
I attempted to use the OnClick property of the <a href> tag to send a SQL query to insert the data into the table, however that wasnt working. Upon further investigation on the web - it appears the OnClick property only handles javascript or vbscripts.
Does anyone have any ideas on how i can go about accomplishing this?
Thank you in advance.
I attempted to use the OnClick property of the <a href> tag to send a SQL query to insert the data into the table, however that wasnt working. Upon further investigation on the web - it appears the OnClick property only handles javascript or vbscripts.
Does anyone have any ideas on how i can go about accomplishing this?
Thank you in advance.
Comment