J
Jagdeesh
Hi,
I have a HTML form with E-Mail as one of the field as:
<tr> <td>
Mail ID:<input type="text" name="email" maxlength="50" value=""
size="50">
</td> </tr>
Now, i need to insert a button/anchor named "ADD MORE" that refers to
a javscript which must add another E-Mail field in the same form.
I mean the e-mail field must be dynamically created whenever i click
the "ADD MORE" field. I NEED JAVASCRIPT FOR THIS TASK.
Thanx for speding your valuable time and Waiting for your reply.
Yours sincerely,
Jagdeesh
I have a HTML form with E-Mail as one of the field as:
<tr> <td>
Mail ID:<input type="text" name="email" maxlength="50" value=""
size="50">
</td> </tr>
Now, i need to insert a button/anchor named "ADD MORE" that refers to
a javscript which must add another E-Mail field in the same form.
I mean the e-mail field must be dynamically created whenever i click
the "ADD MORE" field. I NEED JAVASCRIPT FOR THIS TASK.
Thanx for speding your valuable time and Waiting for your reply.
Yours sincerely,
Jagdeesh