extjs监控浏览器状态 比如离开还是刷新 必须兼容所有浏览器
1个回答
展开全部
兼容所有浏览器这个范围太大了,老版本的ie应该不支持,没有测过。
extjs没有这个事件,直接用javascript可以
<head>
<script type="text/javascript">
window.onbeforeunload = OnBeforeUnLoad;
function OnBeforeUnLoad () {
return "All data that you have entered will be lost!";
}
</script>
</head>
extjs没有这个事件,直接用javascript可以
<head>
<script type="text/javascript">
window.onbeforeunload = OnBeforeUnLoad;
function OnBeforeUnLoad () {
return "All data that you have entered will be lost!";
}
</script>
</head>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询