Hi,

I need to display a please wait message followed by the actual page when the processing has finished. The actual page should overwrite the please wait message. I've tried using header status codes, but they either mess up the page or just leave the please wait message still being displayed.

I've seen this technique being used, but haven't been able to find out how it is done.

Can anyone enlighten me on how to do it, please? I'm using PHP to code my pages, if that helps.

Thanks.

Debbie

    You could use a meta-refresh html tag, which every 5 secs or so refreshes. If the script is done, it load the new page??

    J.

      Write a Reply...