I have a page and it contains input text items with 5X5 dimension
(5rows and 5 coulms).
The requirement is whenever the user moves away with submitting the changes the user is required to notify about unsaved changes
A javascript alert is sufficient but the problem is
there are about 10 tabs and 12 sub menu items. Do I need to add
‘on click’ function on all of these tab/menu items or is there
any other alternative..
Thanks
Hi I am trying for window.onbeforeunload Please correct me if I am wrong