Hi,   You can try to use this approach:   MainForm -> Script: window.onbeforeunload = function() {     return ""; }; https://www.w3schools.com/jsref/event_onbeforeunload.asp