Re: How to check that a form has been changed



Taras_96 wrote on 30 apr 2006 in comp.lang.javascript:

How do you detect that a form element has been changed? This thread:
[..]
if(oldObject == document.getElementById('form'))

never ID a form by "form", btw

{
alert('has changed!');
}

Would this work?

Did you check?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
.



Relevant Pages