1
Answer

how to concatenate textbox and dropdownlist value using java

Photo of narasiman rao

narasiman rao

7y
700
1
   i have textbox and dropdownlist as follows

Name          rajesh                 textbox1
Email       @gmail.com       dropdownlist1


i want to concatenate textbox and dropdownlist and i want the output as follows

[email protected]


how to concatenate textbox and dropdonwlist using javascript
 

Answers (1)