I’m using html for designing my webpage. In that I am having one requirement. that is I need to display the field
names with their values in editable format in different window while clicking the edit button. Can anyone help me.
Thanks in Advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From what i’ve understood from your question. You can perhaps append a
<span><input type='text' id='EditVal'></span>to the innerHTML of the current field selected. And when the enter key is pressed or anywhere outside the area is clicked. You can save the current “Editval” value and display it as the edited text. I hope i cleared your doubt.