G***o 发帖数: 5158 | 1 在一对DUAL LISTBOX 里面,一边(document.all.form[0].select[0])放可供选的物件列表
,
另外一边(document.all.form[0].select[1])放选中的物件. 这一对LISTBOX放在同一个
表(FORM document.all.form[0].)里头. 用JAVASCRIPT控制两个LISTBOX之间的物件移动.
问题:怎么才能将选中的LISTBOX中的物件上交到后台的SERVLET或其他ACTION CLASS去呢?
谢了先. | p***n 发帖数: 635 | 2 Here is the submit button which will select all values in your select box
submits the form (it is the equivalent of user selecting all values.
The java script function used by the onclick button.
| |