Re: Retaining listbox selections

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

 



On 20 Dec 2013, at 23:03, Larry Martell <larry.martell@xxxxxxxxx> wrote:

> I have a listbox and when the user selects items they are highlighted. Then
> I process the form and when I generate the next web page (which has the
> listbox)  I want the selected items still to be highlighted. Can I do this
> from PHP when I generate the listbox or must that be done client side from
> javascript?

This is pretty basic HTML. Simply add the attribute selected="selected" to the option tag you want to be selected. You could do it in Javascript, but since you already have PHP generating the form you might as well do it there.

-Stuart

-- 
Stuart Dallas
3ft9 Ltd
http://3ft9.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux