Hi, does anyone know how to build a "pleace wait while loading" page(or textbox) that is removed when the page is loaded.
It's done with output buffering, and also only seems to work on *nix servers.
Theres a recent thread floating around on this board somewhere.
I can't get it to work on eiter *nix or windows?
I think I found a solution. If I use javascript to open a popup window when the user click the submit button. But the problem is that I don't know how to close the window when the main page is loaded. Does anyone know how to close a popup window with a javascript?