
February 6th, 2004, 11:37 AM
|
|
Contributing User
|
|
Join Date: Oct 2003
Posts: 42
Time spent in forums: 14 m 25 sec
Reputation Power: 6
|
|
|
selecting more than one record through a javascript event
function defaultparameter()
{
if (document.myform.select_default_list.value == "M_CH")
document.myform.select_school.selectedIndex = 2
}
I am trying to select more than one record in a multiple select drop down list through the above javascript. It works fine for selecting one record. How would i make it point to more than one ? Any help is appreciated
|