Results for xmlhttprequest translation from Korean to Russian

Korean

Translate

xmlhttprequest

Translate

Russian

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Korean

Russian

Info

Korean

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

Russian

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

Last Update: 2011-03-23
Usage Frequency: 2
Quality:

Korean

w3c working draft(xmlhttprequest)

Russian

w3c working draft для xmlhttprequest.

Last Update: 2011-03-23
Usage Frequency: 1
Quality:

Korean

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

Russian

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

Last Update: 2011-03-23
Usage Frequency: 1
Quality:

Korean

/* * 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.

Russian

/* * Добавляет продукт, определенный его кодом, * в корзину покупателя * 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"); // Посылаем закодированные данные, говорящие о том, что я хочу добавить // определенный продукт в корзину.

Last Update: 2011-03-23
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
8,848,268,470 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK