How can i assign to one Button multiple actions:
- A Timestamp
- A href to next page
- Assign a numerical value depending on where you clicked.
In Django.
Onclick.
How is that possible?
in Html
in Django Views
And the timestamp needs to be recorded at the users browser (when he clicks) and NOT when it is arriving at the server.
Thanks you.