|
Posted by Harold Crump on 07/02/06 15:15
Greetings,
I have a web application where the main window shows a list of records
available for download.
The user clicks on the download button, which posts the form to another
..php page, which generates the file for download and pops up the
download dialog.
So far, so good.
My question is - how do I refresh the main window once the download
dialog box has popped up?
I need to clear the list of records from the main window (since the
user downloaded it).
The download is generated by another page, and not the main one.
Any ideas?
Thanks,
Harold
[Back to original message]
|