> In this case the execution stop because the return statement and there
> is no way to setup the onreadystatefunction and other stuff coded down
> after the statement
>
> if ( s.dataType == "script" && type == "GET" && parts
>                         && ( parts[1] && parts[1] != location.protocol || 
> parts[2] !=
> location.host )){
>
> This in my case generate a non correct handling of the timeout lookup
> but maybe there are other problem i'm not able to see.
>
> Thank's for help and clarifications.


This is because ajax can not be used x-domain due to browser security.

http://docs.jquery.com/Ajax/jQuery.ajax#options

Reply via email to