Hi All<br>This is a simple problem, please let me know how to go about it.<br><br>In a custom module, depending on search keywords, I show number of documents in a table to users. When users click on document link, the document gets downloaded. <br>
<br>For me, I have set  a download limit for each user as 10. So one user can download maximum of 10 documents per day.<br><br>When user clicks on document link, file is getting downloaded. But during that time none of my custom module&#39;s function is getting executed so I am not able to keep track of which user has downloaded how many documents, so I am not able to limit the downloads.<br>
<br>Can somebody help me , when the user clicks on a document link, how can I force at least one function in my custom module should be invoked.<br><br>Or if there is some other alternative to keep track of documents downloaded per user, please let me know.<br>
<br>Thanks<br>Austin<br><br><br><br>