T
timmy_dale12
I have a script where i transfer a value from one input field to
another. In this script i need to change the NAME of an input element.
how do i do this?
Ex
input element in a form :
<input type="number" name="customer_info".....
a javascript which works on this from :
document.form1.customer_info.
How to set the name customer_info ---> customer_info_2
There has to be a method to do this.
Mikal
another. In this script i need to change the NAME of an input element.
how do i do this?
Ex
input element in a form :
<input type="number" name="customer_info".....
a javascript which works on this from :
document.form1.customer_info.
How to set the name customer_info ---> customer_info_2
There has to be a method to do this.
Mikal