Forum: JSP Jul 7th, 2009 |
| Replies: 6 Views: 1,407 Hi ayesha,
The code you have given works great..But when i make some changes,i got struck with it...
Actually i will be having multiple drop down boxes(no's decided dynamcially)when i select 1 and... |
Forum: JSP Jun 30th, 2009 |
| Replies: 6 Views: 1,407 HTML code:
<td><select name=select1 id="Expertise" name="Expertise" onChange=checkForm(document.form1.select1)>
<option>Trained</option>
<option>ProjectExp</option>
... |
Forum: JSP Jun 30th, 2009 |
| Replies: 6 Views: 1,407 Hi,
I like to add textbox based on the user selection in drop down box,I have used an function to do that but its not workin,also i like to append the selected value(from drop down) to the input... |