> 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.
No comments:
Post a Comment