you can use a boolean variable that you will update on change event of the
controls in your form.
If a change was done to any control then the value will be true, on case of
changing url (I think unload event) check the value of the variable....
----- Original Message -----
From: "Siva Subramaniyan (IE10)"
<SivaSubramaniyan.Ranganathan@h...>
To: "Interdev_Programming" <interdev_programming@p...>
Sent: Monday, February 12, 2001 4:43 PM
Subject: Urgent
> is there any event that will tell if there is any change done in the
form.
> In my case i have a form where user can modify something.After modifying
if
> the user tries to move to some other page WITHOUT SAVING, i should warn
him
> about the changes made but if the user has not done any changes i should
not
> warn him.
> Thanks a lot in advance.
>