A
Anonymous
Guest
hi everyone,
i have created the page which contains two text box and one combo box by name name1, class1 and date1 respectively. after these fields in next line i have one link "add one more" , on clicking this link it has to create same two text box and one combo box exactly down to above two text box and one combo box with the names name2, class2 and date2 and it must also add the same link "add one more" to continue with the same process, like name3, class3 and date3
these all field are in same form.
and the code is like this
can anybody provides me the solution
thanks
i have created the page which contains two text box and one combo box by name name1, class1 and date1 respectively. after these fields in next line i have one link "add one more" , on clicking this link it has to create same two text box and one combo box exactly down to above two text box and one combo box with the names name2, class2 and date2 and it must also add the same link "add one more" to continue with the same process, like name3, class3 and date3
these all field are in same form.
and the code is like this
Code:
<form>
<table>
<tr><td>textbox1</td><td>textbox2</td><td>combobox1</td>
</tr>
<tr><td colspan="3"> <a href="">add one more</a></td>
</tr>
</table>
</form>
can anybody provides me the solution
thanks