Hi guys, I'd like to update a page after the user clicks con a link that allows him to download a file.
The code looks like
<a href="file_to_download" onClick="refreshFunction()"/>
Click here to get the file
</a>
The problem here is that this code is not working the way I'd like to. If anyone can help me, I'd really appreciate it.
Thank you very much
The code looks like
<a href="file_to_download" onClick="refreshFunction()"/>
Click here to get the file
</a>
The problem here is that this code is not working the way I'd like to. If anyone can help me, I'd really appreciate it.
Thank you very much