M
mike
Is there anyway to tell if some of the content of a form has changed in
anyway?
For example, I have a form with some <input> elements, to include
<input type="text"... >, and <select ...>. Let's call this the "parent"
form.
On that "parent" form there is a link for a pop-up. The pop-up has
another form for data input. This "child" form has functionality that
save and then attempts to refresh the "parent" form just before it
closes.
The problem is some users do data input into the "parent" form inputs
and then press the link opening up the "child". Well you can guess it,
the data inputs are lost because the parent form gets refreshed.
So, If I know if any of the content of the parent form has changed,
then instead of executing a refresh I can save first.
Any ideas? What I'd hate to so is carte-blanc save the form inputs
every time.
Mike
anyway?
For example, I have a form with some <input> elements, to include
<input type="text"... >, and <select ...>. Let's call this the "parent"
form.
On that "parent" form there is a link for a pop-up. The pop-up has
another form for data input. This "child" form has functionality that
save and then attempts to refresh the "parent" form just before it
closes.
The problem is some users do data input into the "parent" form inputs
and then press the link opening up the "child". Well you can guess it,
the data inputs are lost because the parent form gets refreshed.
So, If I know if any of the content of the parent form has changed,
then instead of executing a refresh I can save first.
Any ideas? What I'd hate to so is carte-blanc save the form inputs
every time.
Mike