D
DonO
I have a jsp page that updates information as a user enters form
fields. It's part of an AP system where a user can select a category,
and then it refreshes the page, pulling relative info into other form
fields.
The issue we have is that closing the window with the [x] closer does
not clear out buffered info. We have a "close" button that will do
this. I tried doing an "onunload" to call the same function as the
close button, but since the form is reloaded as the user tabs through
fields, it calls the onunload and the window closes.
Does anyone have an idea of how to call the close function when the
window closes, but not when it reloads?
Thanks for any help.
D.
fields. It's part of an AP system where a user can select a category,
and then it refreshes the page, pulling relative info into other form
fields.
The issue we have is that closing the window with the [x] closer does
not clear out buffered info. We have a "close" button that will do
this. I tried doing an "onunload" to call the same function as the
close button, but since the form is reloaded as the user tabs through
fields, it calls the onunload and the window closes.
Does anyone have an idea of how to call the close function when the
window closes, but not when it reloads?
Thanks for any help.
D.