neilntruong
IS-IT--Management
I have a form that has some labels that contain name, adress, what have you... and along with it, there are text boxes that conatin detailed information:
what the description of the person is, about me, hieght, weight, etc that can be typed in and edited at any time..
In order to edit the personal information: name address, phone,etc they have to click on a button "Edit" which opens a popup.
The popup contains their info in textboxes. I am using a javascript to send back the values to the parent form, however, for some reason it is not working with labels. I tried using innerhtml but no dice...
Is there a better way to go about what I am doing? I would like to keep the labels on the parent window.
what the description of the person is, about me, hieght, weight, etc that can be typed in and edited at any time..
In order to edit the personal information: name address, phone,etc they have to click on a button "Edit" which opens a popup.
The popup contains their info in textboxes. I am using a javascript to send back the values to the parent form, however, for some reason it is not working with labels. I tried using innerhtml but no dice...
Is there a better way to go about what I am doing? I would like to keep the labels on the parent window.