I have a form that inputs a lot of PHP Vars that points to a file that performs several long ODBC querries and returns the formated results.
After the user clicks submit, until the querries are completed, I would like to have a popup so the user is not staring at a white screen.
I searched this forum and find an article doing just this in DHTML. Is there any similar method in PHP? Does anyone have any suggestions?
I can not set the META Refresh because sometimes the querry takes 10 seconds, sometimes 2 minutes.
If I set the action of the SUBMIT button to myWAITpage.html , then how would I Refresh the page when the results came back?