i have a form with about 50 inputfields, lists, checkbox and selectes. I got an submit- and an reset-button. Id like to
- disable the reset-button if no changes are made,
- activate if the values are changed by user or javascript and
- redeactivate if the user removed his changes.
Is there any build-in function in the browser to know if a reset-button make sense?