在Web应用程序中,我可以抑制在客户端浏览器中弹出的JS消息吗?
我正在开发一个Web应用程序,有时会弹出JS消息和警报,我想禁止弹出此消息和警报,如果我不知道此消息何时何地弹出,我该怎么做使用c#代码?!
换句话说,我如何控制弹出此消息的 IE 窗口(客户端)以及如何模拟该消息中“确定”按钮的单击事件。
希望你明白了!
请帮助我,因为我的时间不多了。
I'm working on a web application, which in some times JS messages and alerts popup, I want to suppress this messages and alerts from poping up, How can I do that if I don't know when or where this message pop up from using c# code?!
in other words, how I can take control on the IE window(client side) in which this message popup and how to simulate a click event on the "OK" button in that message.
Hope you got it !
please help me because I'm runnig out of time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,您可以使用 javascript 中的自定义警报功能来覆盖标准警报功能
请参阅此了解更多详细信息
You can actually overide the standard alert function with a custom one in javascript
See this for more details