var recieverOptions=document.manageForm.leaderZihao.options; for(var i=0;i<recieverOptions.length;i++) { recieverOptions[i].selected=true; }