mattquantic
Programmer
Hi. I am tring to remove the selection from a dropdown, without having to repopulate it.
I'm trying with:
for (var n=0;n<document.addeditform[usefield].length;n++){
document.addeditform[usefield][n].selected = false;
}
It always leave one selected....
Any ideas?
Matt
I'm trying with:
for (var n=0;n<document.addeditform[usefield].length;n++){
document.addeditform[usefield][n].selected = false;
}
It always leave one selected....
Any ideas?
Matt