EdwardMartinIII
Technical User
I'm pretty new to SP, so simpler explanations might help. 8)
We have a Sharepoint site. It contains an HTML file, a menu of links. Each link either goes to a PDF file somewhere else on another server, or another kind of file (a training file).
For example:
Repairing the Fuel Line
These instructions cover repairing the fuel line throughout the entire vehicle.
* Link to Training
* Link to PDF
What I would like to do is collect user data whenever a user clicks one of those links. The data I want to collect is the user ID (or some other method of identifying the user), and which link they clicked, and the date/time.
I'd like to collect that data into a file on the Sharepoint site.
For example, the file might contain (where EMAR is my user ID):
Is that even possible?
I'm assuming I'd put a big onClick action at each link (which is fine), but I wouldn't know how to create the data string, open the file, append the string to the file, and then close the file.
Advice, pointers, etc. would be very, very welcome!
Thanks!
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
We have a Sharepoint site. It contains an HTML file, a menu of links. Each link either goes to a PDF file somewhere else on another server, or another kind of file (a training file).
For example:
Repairing the Fuel Line
These instructions cover repairing the fuel line throughout the entire vehicle.
* Link to Training
* Link to PDF
What I would like to do is collect user data whenever a user clicks one of those links. The data I want to collect is the user ID (or some other method of identifying the user), and which link they clicked, and the date/time.
I'd like to collect that data into a file on the Sharepoint site.
For example, the file might contain (where EMAR is my user ID):
Code:
March 16, 2012 - 9:25:00am - EMAR - Repairing Fuel Line (Training)
March 16, 2012 - 9:31:14am - EMAR - Repairing Fuel Line (PDF)
March 16, 2012 - 9:45:00am - EMAR - Repairing Fuel Line (Training)
Is that even possible?
I'm assuming I'd put a big onClick action at each link (which is fine), but I wouldn't know how to create the data string, open the file, append the string to the file, and then close the file.
Advice, pointers, etc. would be very, very welcome!
Thanks!
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door