Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update page after user clicks on link

Status
Not open for further replies.

rteruya

Programmer
Jun 17, 2007
1
PE
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
 
><a href="file_to_download" onClick="refreshFunction()"/>
[tt]<a href="file_to_download" onClick="[blue]setTimeout('refreshFunction()',500)[/blue][COLOR=red yellow]">[/color][/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top