Hi, I am a new to java,
Could you please help me out?
On clicking the "Add input field" button I would like to enter another "surname"...another input type= text would be visible and data from the first would still be available.
Is this possible?
<tr><td>Surname :</td><td><input type="text" size="20" name "nm"></td>
<input type="button" onclick="addInput()" name="add" value="Add input field" /></td></tr>
Thanks for all your help!
Sally
Could you please help me out?
On clicking the "Add input field" button I would like to enter another "surname"...another input type= text would be visible and data from the first would still be available.
Is this possible?
<tr><td>Surname :</td><td><input type="text" size="20" name "nm"></td>
<input type="button" onclick="addInput()" name="add" value="Add input field" /></td></tr>
Thanks for all your help!
Sally