Hi C::A users!
I want to show a "progress indicator" while my cgi script gets
information from my database.
I have read and tested all suggestions, which had been made here
allready, but I can get it work.
I need help please.
What I wanna do is;
I have a submit button in my intial runmode.
After submit I get some information from a database.
sub my_runmode {
Update Page with "progressbar.gif" + some text
foreach $entry(@list) {
get_entry_from_database();
update_text_on_webpage
}
return(result);
}
Does somebody have a simple - live - example for me?
Regards and thanks Alex
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]