hi.
I'm using the MVC method in my application. I currently need a "processing" page which simply has a "processing" logo on it for the user to see while the calculations are happening.
The first page contains a field for the user to enter a number. It also has a "submit" button. Once the user clicks "submit", the calculation on the number may take up to a minute. So in the meantime i want a "processing" page to appear and then re-direct to the results page. The problem I have is to auto-redirect the processing page to the results page once the calculations are completed. Does anyone know how to do this?
Thanks in advance.
Jetter
I'm using the MVC method in my application. I currently need a "processing" page which simply has a "processing" logo on it for the user to see while the calculations are happening.
The first page contains a field for the user to enter a number. It also has a "submit" button. Once the user clicks "submit", the calculation on the number may take up to a minute. So in the meantime i want a "processing" page to appear and then re-direct to the results page. The problem I have is to auto-redirect the processing page to the results page once the calculations are completed. Does anyone know how to do this?
Thanks in advance.
Jetter