[Javascript] Changing a Combobox content

Nick Fitzsimons nick at nickfitz.co.uk
Sat Oct 28 11:18:59 CDT 2006


On 28 Oct 2006, at 15:10:16, Nick Fitzsimons wrote:

Oops, mistake in there:

>          select.selectedIndex = value;
>          break;

should of course be:


>          select.selectedIndex = option;
>          break;

Sorry!
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/






More information about the Javascript mailing list