Type: Posts; User: bostonfdt
I just figured it out (I used a different method)... Thanks for your help!
x in return change(x)will be the same number in <input type="text" name="x" disabled> Another text box and drop down menu on the page would have return change(y) and <input type="text"...
I will have many more elements...I wanted to give you an example of what 1 element would look like and how I was trying to do it.
Hi, I'm trying to to enable a text field with javascript (it is disabled originally). The name of the text field is duo[x]. (I need to keep the brackets so php will reconize it as an array.) In...