Hi Klaus,

no, I am not loading external site..but redirecting within my own
domain..."value" contains relative path to other pages of my website. 

Regards,
Ritesh

Klaus Hartl wrote:
> 
> Agrawal, Ritesh schrieb:
>> hi,
>> 
>> I think I found a bug. It happens when I try to use click function..here
>> is
>> my script that generates the error
>> 
>> $("span.opt_value").click(function(){
>>                      alert($(this).attr('value'));
>>                      $("div#content").load($(this).attr('value'));           
>>         
>>              });
>> 
>> The exact error as shown by firebug is 
>> uncaught exception: [Exception... "Component returned failure code:
>> 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult:
>> "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: javascript:
>> eval(__firebugTemp__); :: anonymous :: line 1" data: no]
>> 
>> I checked bugtracker and it seems it is known bug and has been fixed. I
>> download the latest realease and still getting this error 
>> 
>> Regards,
>> Ritesh
> 
> It just seems to me, that you're trying to load via Ajax from an 
> external site?
> 
> 
> -- Klaus
> 
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Bug-Report---Component-returned-failure-code%3A-0x80070057-%28NS_ERROR_ILLEGAL_VALUE%29-tf3384748.html#a9432823
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to