Hi,
I want to be able to detect if a form no longer contains it's initial values
before it gets submitted (to put it another way, would its values be
different if the form were reset). I could keep a hidden shadow of every
element and compare them, or set a flag via every elements onchange method
but both seem rather combersome.
Is there a simpler way to do it?
TIA,
C.
I want to be able to detect if a form no longer contains it's initial values
before it gets submitted (to put it another way, would its values be
different if the form were reset). I could keep a hidden shadow of every
element and compare them, or set a flag via every elements onchange method
but both seem rather combersome.
Is there a simpler way to do it?
TIA,
C.
Comment