how to automate selecting all items from list
Hi ,
Can anyone tell me how to automate selection of items from list the e.g of html source is as given
<select NAME="MPAN" tabIndex="0" size="15" onClick="uncheckallbox(this)" multiple>
<option value="1014568057864">1014568057864 </option><option value="1014568661619">1014568661619 </option><option value="1014568985910">1014568985910 </option><option value="1014570901353">1014570901353 </option><option value="1014571493140">1014571493140 </option><option value="1014571814914">1014571814914 </option><option value="1023480020587">1023480020587 </option>
I want to automate the process of selecting all the items in the list when the checkbox is checked.
Satish
|