Avoid the standard NetSuite warning message

if (window.onbeforeunload) {
                    window.onbeforeunload = function () {
                        null;
                    };
                }

Leave a comment

Your email address will not be published. Required fields are marked *