I hope this can be the end of my quest for enlightenment on this troubling question. I have a perl cgi script that sends values to a database program for processing. The database processing takes a bit of time, but I can echo the status to a text or html file. My dilema is that I would like the script to send the request to the db system then show a popup with the html file status page without closing the main page. I can't seem to find anything to accomplish this task.
Any ideas...?
Griz