Reset Particular Input Element in a HTML Form

Posted by SKR on Stack Overflow See other posts from Stack Overflow or by SKR
Published on 2010-04-22T09:37:39Z Indexed on 2010/04/22 9:53 UTC
Read the original article Hit count: 251

Filed under:
|
|
|
|

I have multiple input textboxes in my page. I want to reset particular text box to its onload state if certain conditions fails. I am considering using a Hidden element to store the onload state of the textbox. I would other suggestions or solutions to resolve this issue.

© Stack Overflow or respective owner

Related posts about html

Related posts about form