回发验证会导致显示警报对话框
由于某些奇怪的原因,在回发带有验证的表单时,会显示一个带有文本标题“来自网页的消息”和消息“-”的警报对话框。没有显示警报窗口的自定义验证脚本。我正在使用 IE 开发工具栏调试 JavaScript?是否可以侵入显示警报框的代码?到目前为止我还无法这样做。
For some strange reason, an alert dialog with the text title "Message From Web page" and message "-" displays when posting back a form with validation. There are no custom validation scripts that display an alert window. I am debugging JavaScript using IE development toolbar? Is it possible to break into the code that displays the alert box? So far I have been unable to do so.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CTRL-SHIFT-J
(也在页面 > 开发人员 > 调试 JavaScript 菜单项下)在 Chrome 中调试 JavaScript。 Chrome 中的调试比 IE 更容易CTRL-SHIFT-J
(also under the Page > Developer > Debug JavaScript menu item) in chrome to debug javascript. Debuggin in chrome is easier than IE验证摘要控件显示验证错误,但不显示。
感谢您抽出时间。
the validation error was displayed by validation summary control with no display.
Thanks for taking the time.