Vertaling van "XMLHTTP" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Firefox no puede manejar más de dos peticiones AJAX o XMLHTTP generadas por una única acción de usuario.
Firefox cannot handle more than two AJAX or XMLHTTP requests generated by a single user action.
Microsoft está creando actualmente una actualización de MSXML que resolverá este problema específicamente para XMLHTTP.
We have created an update to MSXML that addresses this issue specifically for XMLHTTP.
Obviamente esto es difícil de capturar con pantallazos, pero si abrimos la página en Firefox y utilizamos Firefox para ver las peticiones XMLHTTP podremos verlas, así como la respuesta devuelta.
Obviously this is difficult to show here but if we open the page in Firefox and use Firebug to show the XMLHTTP requests we can see the requests and the response that is returned.
Incluye un EXE para operación CGI a través de XMLHTTP.
It includes an EXE for CGI operation via XMLHTTP.
Esta clase fue inicialmente introducida en Internet Explorer como un objeto ActiveX, llamado XMLHTTP.
Such a class was originally introduced in Internet Explorer as an ActiveX object called XMLHTTP.
Al igual que las anteriores actualizaciones de seguridad acumulativas para Internet Explorer, MS04-004, esta actualización impedirá ir a las direcciones URL de tipo "nombredeusuario:" para XMLHTTP.
As with the previous Internet Explorer Cumulative Security Update, MS04-004, this update prevents you from visiting Web sites that have "username:" URLs for XMLHTTP.
Por el momento, su trabajo es efectuar el cambio del XMLHttp
Para eso, necesitamos establecer el tipo de respuesta del XMLHttp del objeto requerido a arraybuffer y lo que eso hará es especificar que es información binaria y no texto que luego podemos decodificar según lo necesitemos.
To do that, we need to set the response type of the XMLHttp request object to arraybuffer and what that will do is specify that it is binary information rather than text that we can then decode as necessary.
El resultado de la llamada se codifica por defecto + xmlHttp UTF-8, por esta razón es necesario especificar la página apropiada de ASP codepage (ver la primera línea).
The result of the call is encoded by default + xmlHttp UTF-8, for this reason it is necessary to specify the codepage appropriate ASP page (see the first line).
Con el uso del objeto XMLHttp en JavaScript para realizar llamadas a Media API, ya no tiene que volver a cargar la página para obtener más datos del servidor.
Using the XMLHttp object in JavaScript to make calls to the Media API means you don't have to reload the page in order to get more data from the server.
La mayoría de los artículos sobre Ajax se enfocaron en utilizar XMLHttp como el medio para llevar a cabo dicha comunicación, pero las técnicas Ajax no están limitadas solo a XMLHttp.
Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques are not limited to just XMLHttp.