Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Another stupid question about list boxes


Message #1 by "Chris Cote" <cotec@s...> on Tue, 15 Jan 2002 13:44:24
Whoops! that last line should read:

> No need to delete the item, just change the text:
> 
>     mylistbox.options[0].text = "Your entry";
> 

However, regarding the line:

     mylistbox.options[0] = "";

If this doesn't work, try this:

    mylistbox.options[0] = null;



  Return to Index