That's what I've been telling to who asked about filling drop down lists at
run time: When the amount of data is small you can generate JavaScript
arrays to hold it otherwise you MUST reload the page to run your php script
to fill up drop down lists.

HTH.

Jayme.


-----Mensagem Original-----
De: Uioreanu Calin <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Enviada em: segunda-feira, 26 de fevereiro de 2001 06:54
Assunto: Re: [PHP-DB] Server side or client side?


> Hello,
>
> I see here a problem in jsclient-side generated code.
> Suppose 1st list (category) has 100 elements and second
> list, the products (ex.) has each 200 elements.
>
> a code that prevents selecting in 1st list the category would
> select all 100 x 200 elements and use js to display the correct
> list.
>
> This is very expensive. The link solution seems much better
>
> Regards,
> Uioreanu Calin
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to