Run the following code when the js page is loading
window.onbeforeunload = function(){
return "Unsaved content may be lost";
};
This code will not display the return value in Firefox and IE in Google This text is displayed under the browser.
Failure control
triggers js to run as follows:
window.onbeforeunload = function(){};
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn