anyone know how I can do this by value, rather than by array index?
I have a multi select box and want to be able to make certain elements selected in the same way as this would work for a popup menu
document.myForm.myPopup.value = 'apple'
How do I do this for a multi-select? (I want to be able to set more than one option to 'on', obviously).