hi,
I need to warn a user when he closes a form accidentally before saving his work. I thought I had it, but when I select from the dropdown controls, the javascript code is executed.
I have javascript that takes the values of the fields after the page loads, then if there is a difference and the form is closing, the user is alerted. But, not working for the dropdowns.
I thought if I could capture the postback event, I could use that in the javascript. There are probably other ways to do this, but I thought since I have code that is working, I'd like to use it.
Thanks
Go to the complete details ...