I would like to display something on the screen while I read and perform logic on some db info. The logic might take anywhere from a few seconds to a couple of minutes and I don't want to stare at a blank screen.
I'm using cgi and html to output to the screen.
Isn't there a way to display something while the user waits for his request? Can anyone show me any examples?