Folks,
I have a web page that requests the user enter a start date and an end date. We call this the 'date select' page. The user clicks submit, the dates are sent to the server, and the server creates then downloads a spreadsheet. This works fine. Except for the fact that since this is a download, the web page stays on the 'date select' page. Is there a way to get the page to forward to a different page after submit is clicked?
I hope this explains the situation correctly. I haven't been able to find anything that describes this online.
Thanks!