Oakendin
10-27-2004, 10:59 PM
Hello,
I am trying to find out if javascript supports "form change" detection. In a form, a user clicks "skip", but may or may not have made changes. I need to detect if the user has changed any form fields and prompt to user to save if changes were made.
I found a script that does something close, but not quite for radio, checkboxes, and selects.
http://developer.irt.org/script/909.htm
Just a boolean return would be great. Anyone had to do this before?
I am trying to find out if javascript supports "form change" detection. In a form, a user clicks "skip", but may or may not have made changes. I need to detect if the user has changed any form fields and prompt to user to save if changes were made.
I found a script that does something close, but not quite for radio, checkboxes, and selects.
http://developer.irt.org/script/909.htm
Just a boolean return would be great. Anyone had to do this before?