net中阻止来自javascript的浏览器消息

net中阻止来自javascript的浏览器消息

本文介绍了在asp.net中阻止来自javascript的浏览器消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用asp.net中的javascript通过代码刷新网页时,浏览器会显示一条消息.

我想阻止该消息,因为必须刷新该页面,但是使用该消息,用户可以阻止刷新.

有人知道答案吗?

请帮助我.

When I''m refreshing the web page through codes using javascript in asp.net there is message from the browser that will display.

I want to block that message because the reshreshing of that page is a must but using that message the user can block the refreshing.

Anybody knows the answer?

Please help me.

推荐答案



这篇关于在asp.net中阻止来自javascript的浏览器消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 20:32