blob: 2f0974e93c8a720a1536f2b9045b688793e864a7 [file] [log] [blame]
<tr> <td class="tdLabel"></td> <td class="tdInput">
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
<table>
<tr><td>
<select name="myName" size="5" id="myId" multiple="multiple">
<option value=""></option>
<option value="england" selected="selected">England</option>
<option value="america" selected="selected">America</option>
<option value="australia" selected="selected">Australia</option>
<option value="germany" selected="selected">Germany</option>
</select>
<input type="hidden" id="__multiselect_myId" name="__multiselect_myName"value=""/>
</td></tr>
<tr><td>
&nbsp;<input type="button" value="^" onclick="moveOptionUp(document.getElementById('myId'), 'key', '');" />&nbsp;
&nbsp;<input type="button" value="v" onclick="moveOptionDown(document.getElementById('myId'), 'key', '');" />&nbsp;
&nbsp;<input type="button" value="*" onclick="selectAllOptions(document.getElementById('myId'), 'key', '');" />&nbsp;
</td></tr>
</table>
</td> </tr>