![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveHow to check that a form has been changed
From: Taras_96 <taras.di@gmail.com>
Date: Sun Apr 30 2006 - 10:49:51 CEST
Hi everyone,
How do you detect that a form element has been changed? This thread:
http://groups.google.com/group/comp.lang.javascript/browse_thread/thread/9ae1c9d419264380/125a82c9be127790?lnk=st&q=checking+html+form++(updated+OR+edited+OR+changed)&rnum=28&hl=en#125a82c9be127790
suggests that you attach onChange event handlers to every form element,
if(oldObject == document.getElementById('form'))
Would this work?
Cheers
Taras
|