blob: add362fd626f3a5eeda9387be0ad6eb735f53b92 [file] [log] [blame]
<tr> <td class="tdLabel"></td> <td>
<script language="javascript" src="/struts/optiontransferselect.js"></script>
<table>
<tr><td>
<select name="myName" size="5" id="myId" multiple="multiple">
<option value="england">England</option>
<option value="america" selected="selected">America</option>
<option value="australia">Australia</option>
<option value="germany" selected="selected">Germany</option>
</select></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>