[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cgiapp] Progress while loading db records - again


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/suppressed/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.