JScript运行时错误和网络钓鱼URL [英] JScript Runtime Error And Phishing URL

查看:64
本文介绍了JScript运行时错误和网络钓鱼URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个下拉列表A,其中一个值``onselectedindexchanged''必须显示另一个下拉列表B.在A中选择一个应显示B的值时,出现以下错误:

Microsoft JScript运行时错误:Sys.WebForms.PageRequestManagerServerErrorException:在服务器上的 上处理请求时发生未知错误.服务器返回的状态码为:499

和卡巴斯基


CsrBill.aspx已阻止:http://localhost:53144/Project%20Cash/CsrBill.aspx(使用网络钓鱼网址数据库进行分析)2012年11月18日晚上8:09:21 http://localhost:53144/Project% 20现金/



和下拉列表B不显示.


请帮帮我.

I have a dropdown A in which on one of the values , ''onselectedindexchanged'' i have to display another dropdown B.On selecting the value in A which should display B,i am getting the following error:

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 499

and Kaspersky


CsrBill.aspx Blocked: http://localhost:53144/Project%20Cash/CsrBill.aspx (analysis using the database of phishing URLs) 11/18/2012 8:09:21 PM http://localhost:53144/Project%20Cash/



And DropDown B not displayed.


Please help me out .

推荐答案

关闭karspersky解决了该问题.但这是正确的解决方案吗?与编码错误有关吗?

它是一个asp:DropDownList,其中手动给出了< asp:listitem xmlns:asp =#unknown"> .< asp:listitem>之一.导致另一个,
asp:DropDownList,设置了DataSourceID ="SqlDataSource1",并设置了自动回发.
turning off karspersky solves the issue .but is that the right solution?is it anything related to error in coding?

it is a asp:DropDownList with manually given <asp:listitem xmlns:asp="#unknown"> .And one of the <asp:listitem> causes another,
asp:DropDownList,with DataSourceID="SqlDataSource1",and autopostback set.


我希望您使用AJAX调用来获取此值.卡巴斯基的智障,您应该将其关闭,这可能是导致您整个错误的原因.它应该忽略本地主机.
I''d expect you''d use an AJAX call to get this value. Kaspersky is retarded, you should turn it off, that could be the cause of your whole error. It should be ignoring localhost.


这篇关于JScript运行时错误和网络钓鱼URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆