I have a form in asp.net and once submitted, it performs searches of records in the database and dispaly the results in another page in php
I want to use a progress bar, similar to ones used by travel websites use, so that while it is searching, the progress bar is displayed showing the progress with the search. it could have a timer. I am not sure how implement it with the current form. would be another intermediate page that shows the progress bar and then redirect to the results page? bear in mind I have a redirect in the submit subrouting.
could you please advise me of any tuturials/examples or anywhere I can look at?
Thanks. There are many examples on progress bars, but what I am looking for is something that will be displayed for a few seconds then redirect to the next page. I am using a subroutine and a submit button so I need something that ties up together