Você procurou por: xmlhttprequest (Coreano - Russo)

Coreano

Tradutor

xmlhttprequest

Tradutor

Russo

Tradutor
Tradutor

Traduza instantaneamente textos, documentos e voz com a Lara

Traduzir agora

Contribuições humanas

A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente

Adicionar uma tradução

Coreano

Russo

Informações

Coreano

xmlhttprequest 객체를 시험한 다음 생성한다.

Russo

Попробуйте создать объект xmlhttprequest.

Última atualização: 2011-03-23
Frequência de uso: 2
Qualidade:

Coreano

w3c working draft(xmlhttprequest)

Russo

w3c working draft для xmlhttprequest.

Última atualização: 2011-03-23
Frequência de uso: 1
Qualidade:

Coreano

ajax 애플리케이션은 단순히 xmlhttprequest 를 사용하는 것에 관한 것만은 아니다. 이것은 웹 애플리케이션에 접근하는 방식에 관한 것이고, 비동기성에 기반하고 있다.

Russo

Создание ajax-приложений заключается не только в xmlhttprequest; но и в способах обращения с web-приложениями, а они основаны на асинхронности.

Última atualização: 2011-03-23
Frequência de uso: 1
Qualidade:

Coreano

/* * adds an item, identified by its product code, * to the shopping cart * itemcode - product code of the item to add. */ function addtocart(itemcode) { // obtain an xmlhttprequest instance var req = newxmlhttprequest(); // set the handler function to receive callback notifications // from the request object var handlerfunction = getreadystatehandler(req, updatecart); req.onreadystatechange = handlerfunction; // open an http post connection to the shopping cart servlet. // third parameter specifies request is asynchronous. req.open("post", "cart.do", true); // specify that the body of the request contains form data req.setrequestheader("content-type", "application/x-www-form-urlencoded"); // send form encoded data stating that i want to add the // specified item to the cart.

Russo

/* * Добавляет продукт, определенный его кодом, * в корзину покупателя * itemcode - код продукта для добавления. */ function addtocart(itemcode) { // Возвращает содержимое xmlhttprequest var req = newxmlhttprequest(); // Оператор для получения сообщения обратного вызова // из объекта запроса var handlerfunction = getreadystatehandler(req, updatecart); req.onreadystatechange = handlerfunction; // Открываем http-соединение с помощью post-метода к сервлету корзины покупателя. // Третий параметр определяет, что запрос асинхронный. req.open("post", "cart.do", true); // Определяет, что в содержимом запроса есть данные req.setrequestheader("content-type", "application/x-www-form-urlencoded"); // Посылаем закодированные данные, говорящие о том, что я хочу добавить // определенный продукт в корзину.

Última atualização: 2011-03-23
Frequência de uso: 1
Qualidade:

Aviso: contém formatação HTML invisível

Consiga uma tradução melhor através
8,877,314,894 de colaborações humanas

Usuários estão solicitando auxílio neste momento:



Utilizamos cookies para aprimorar sua experiência. Se avançar no acesso a este site, você estará concordando com o uso dos nossos cookies. Saiba mais. OK