Re: How to check that a form has been changed
- From: "Evertjan." <exjxw.hannivoort@xxxxxxxxxxxx>
- Date: 30 Apr 2006 09:03:00 GMT
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)
.
- Follow-Ups:
- Re: How to check that a form has been changed
- From: Lasse Reichstein Nielsen
- Re: How to check that a form has been changed
- References:
- How to check that a form has been changed
- From: Taras_96
- How to check that a form has been changed
- Prev by Date: Re: Problem with window.open
- Next by Date: Re: How to check that a form has been changed
- Previous by thread: How to check that a form has been changed
- Next by thread: Re: How to check that a form has been changed
- Index(es):
Relevant Pages
|