Hi,
In our application we are using onload and beforeunload function to execute an action method from javascript. now each time a redirection happens its showing an alert message saying 'changes will not be saved'. I dont want to see message, I want to disable this alert message. Please suggest asap
Anupam MaitiPosted Oct 6, 2024, 7:57 PM
Remove the return value from the
beforeunloadevent handler if any.