Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Counting the items in a select menu


Message #1 by "Jonathan Frascella" <jonathan.frascella@c...> on Wed, 25 Jul 2001 16:58:46
Thanks all - that did the trick.

Jonathan

> document.forms[0].selectBoxName.options.length;
> assuming your form is the first on the page...
> 
> 
> Regards
> 
> Joe Fawcett
> 
> 

  Return to Index