LikeThisName
Vendor
THIS CODE WORKS IF LIST IS SELECT MULTIPLE
I need it to work on single select
in a single select once you select you can't seem to unselect so is changing it from a single to a multiple to use the code above then change back to single
AN OPTION?
TIA,
LikeThisName <- ? Sorry It's Taken =)
Code:
for (i=0;i<List.length;i++)
{
List.options[i].selected = false;
}
I need it to work on single select
in a single select once you select you can't seem to unselect so is changing it from a single to a multiple to use the code above then change back to single
AN OPTION?
TIA,
LikeThisName <- ? Sorry It's Taken =)