php3-list | 199903

RE: [PHP3] "loading please wait" screen...how to? From: Manuel Lemos (mlemos <email protected>)
Date: 03/25/99

Hello Zoran,

On 25-Mar-99 09:09:27, you wrote:

>>
>> There's a trick that consists in using an hidden frame with a form to
>> submit query parameters and colect results using Javascript.
>>

>Could you elaborate (url, source, pseudocode?)?

Basically you have two frames: one where you display your database records
in the you want and another with a minimal size so the user doesn't notice
it.

In the first frame you trap form button or links click events to some code that
initializes some values in a form in the minimized frame and submit that form.
In the resulting page you should have Javascript code that update the
elements in the display frame.

Regards,
Manuel Lemos

E-mail: mlemos <email protected>
URL: http://www.e-na.net/the_author.html
PGP key: finger://mlemos <email protected>

--

-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>