I am new here .
I have a little knowledge of javascript .
I want to use a edit button in my jsp page such that if the user clicks on the button it , it first enable the disable field and then change edit to save.
But when i am click on the edit button it didn't hide the edit button.
Here is my code snippet:
<TD ><textarea name="notes" size="400" disabled="true" id="notes"><bean:write name="notes" property="notes" /></textarea></TD>
Bookmarks