[PHP] Re: Please wait page while processing - SOLVED

2004-12-04 Thread Geoff Caplan
Hi For anyone interested, it was a combination of issues. First, I had to use flush() and ob_end_flush() combined to get the page to display in IE. end_flush didn't work on its own. Second, I was being dim in redirecting away from the message page - because of course it won't display after a

[PHP] RE: Please wait page while processing

2004-12-03 Thread Tim Owens
I used a little javascript to reveal a message, then submit the form. Hence the message stays there until the next page loads: SCRIPT LANGUAGE=JavaScript !-- function checkFields(fieldNames, displayText) { //etc... if(ok)