aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes transfer data from text box to multiple select list box. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "transfer data from text box to multiple select list box." Watch "transfer data from text box to multiple select list box." New topic
Author

transfer data from text box to multiple select list box.

sreeni san
Ranch Hand

Joined: Aug 14, 2001
Posts: 39
Hi,

I have a text box, a pair of radio buttons and a Multiple select List box in my HTML form.

I need to transfer data entered in the text box and the picked radio button to the drop-down list box on click of a button using JavaScript.

Lets assume that the value entered in the text box is "test_value" and the first radio button with value "1" is selected, then on click of a button, the drop-down list should be having an option set as "test_value,1".


Please help me.

Thanks,
Sreeni
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Have you looked up the API for the select element? What methods have you found that might help you?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: transfer data from text box to multiple select list box.
 
Similar Threads
How to pick values from data table....
Dropdown
open a new window using struts2 button
How to retain value in struts 2 using <s:select></s:select> tag
How to add items in the dropdown list dynamically on radio button selection