What is the translation of " XMLHTTPREQUEST " in English?

Noun
xmlhttprequest

Examples of using Xmlhttprequest in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Các phương thức điển hình của XMLHttpRequest là.
The important methods of XMLHttpRequest are.
XMLHttpRequest chưa là chuẩn của W3C, vì thế phải.
Web Bluetooth is not yet a W3C standard, but it needs to be.
Dùng JavaScript theo nhiều cách để tạo một thể hiện của của XMLHttpRequest.
JavaScript in a couple of ways to create an instance of XMLHttpRequest.
XMLHttpRequest: Cho phép các mã kịch bản phía client thực hiện một yêu cầu HTTP.
XMLHttpRequest- Allows a client-side script to perform an HTTP request.
Như đã đề cập ở trên, để thiết lập một yêu cầu AJAX, chúng ta sử dụng XMLHttpRequest API.
As mentioned above, to set up an AJAX request, we use the XMLHttpRequest API.
Combinations with other parts of speech
Microsoft sử dụng mô hình XMLHttpRequest nguyên bản trong phiên bản Internet Explorer 7.
Microsoft adopted the native XMLHttpRequest model as of Internet Explorer 7.
XMLHttpRequest được đưa ra ban đầu trong Internet Explorer 5 như là một ActiveX component.
This was when XMLHttpRequest object had also been introduced on Internet Explorer 5 as an ActiveX object..
( Nhưbạn biết một người không thể gửi AJAX( XMLHttpRequest) yêu cầu đến một tên miền khác.).
As you probably know, you can't send AJAX(XMLHttpRequest) requests to another domain.
Javascript có thể dùng object XMLHttpRequest để gửi truy vấn HTTP với các nội dung tuỳ ý tới các điểm đích tùy ý.
JavaScript can use XMLHttpRequest to send HTTP requests with arbitrary content to arbitrary destinations.
Với AJAX, JavaScript của bạn giao tiếp trực tiếp với máy chủ, thông qua đối tượng JavaScript XMLHttpRequest.
With AJAX, your JavaScript communicates directly with the server, through the JavaScript XMLHttpRequest object.
Dữ liệu được trả về từ các lần gọi XMLHttpRequest thường sẽ được cung cấp bởi các cơ sở dữ liệu phụ trợ.
The data returned from XMLHttpRequest calls will often be provided by back-end databases.
JavaScript có thể gửi các yêu cầu HTTP với nội dung tùyý tới đích bằng cách sử dụng XMLHttpRequest hoặc các cơ chế khác.
JavaScript can send HTTP requests witharbitrary content to arbitrary destinations by using XMLHttpRequest and other mechanisms.
Khi trình duyệt chạy requests mà không cần XMLHttpRequest, trang sẽ refreshes và tải lại lại UI.
When browsers make server requests without using XMLHttpRequest, the page refreshes and reloads its UI.
HTML/ JS sẽ chứa logic như các trình xử lý nhấpvào button sẽ gửi một hành động trở lại controller thông qua XMLHttpRequest.
The HTML/JS would contain logic like button click handlers thatwould dispatch an action back to the controller via an XMLHttpRequest.
Nếu tôi hiểu nó đúng, bạn đang làm một XMLHttpRequest đến một tên miền khác với trang của bạn đang bật.
If I understood it right you are doing an XMLHttpRequest to a different domain than your page is on.
Tiếp sau bài giới thiệu về AJAX của chúng tôi, đây là một ví dụ mà sử dụng XMLHttpRequest API để khởi tạo một yêu cầu AJAX.
Following on from our introduction to AJAX, here's an example which uses the XMLHttpRequest API to initialize an AJAX request.
JavaScrip lấy các thông tin chuyển giao cho nó bằng XMLHttpRequest, sau đó sử dụng chúng cho các hoạt động khác hoặc hiển thị chúng.
JavaScript takes the information handed to it by XMLHttpRequest and uses or displays it.
Internet Explorer sử dụng ActiveXObject, trong khi cáctrình duyệt khác sử dụng một đối tượng JavaScript xây dựng sẵn có tên XMLHttpRequest.
Internet Explorer uses an ActiveXObject,while other browsers use the built-in JavaScript object called XMLHttpRequest.
ReadyState= 0 Sau khibạn đã tạo đối tượng XMLHttpRequest, nhưng trước khi bạn gọi phương thức open().
ReadyState=0 after you have created the XMLHttpRequest object, but before you have called the open() method.
Điều này cho phép các trangWeb và JavaScript tiếp tục tương tác với người dùng trong khi điều khiển XMLHttpRequest kết nối với server.
This allows the Web page andJavaScript to continue to interact with the user while XMLHttpRequest handles communications with the server in the background.
Username: Tên người dùng được sử dụng với XMLHttpRequest cho response của một request yêu cầu xác thực truy nhập HTTP.
Username: A username to be used with XMLHttpRequest in response to an HTTP access authentication request.
Khi server xử lý lời gọi, client bị block( nó sẽ đợi đến khi server hoàn thành trước khi chạy tiếp luồngcủa nó), trừ khi client gửi một request bất đồng bộ tới server( XMLHttpRequest).
While the server is processing the call, the client is blocked(it waits until the server has finished processing before resuming execution),unless the client sends an asynchronous request to the server, such as an XHTTP call.
Chìa khóa chính của vấn đề đó là việc sử dụng XMLHttpRequest hoặc Fetch để tải xuống các tập lệnh và chuyển hướng mở.
The two keys to the puzzle is the use of XMLHttpRequest or Fetch to download scripts and an open redirect.
XMLHttpRequest( XHR) là một API có thể được sử dụng bởi JavaScript, JScript, VBScript và các ngôn ngữ lập trình web khác để chuyển và thao tác dữ liệu XML đến máy chủ và từ máy chủ web bằng HTTP, thiết lập kênh kết nối độc lập giữa Máy khách của trang web và máy chủ.
XMLHttpRequest(XHR) is an API that can be used by JavaScript, JScript, VBScript, and other web browser scripting languages to transfer and manipulate XML data to and from a webserver using HTTP, establishing an independent connection channel between a webpage's Client-Side and Server-Side.
AJAX( Asynchronous JavaScript and XML) là một khái niệm mà chúng ta sử dụng API XMLHttpRequest( XHR) để tạo request lên server và xử lý các response trả về.
AJAX(Asynchronous JavaScript and XML) is a concept that uses the XMLHttpRequest(XHR) API to make server requests and handle the responses.
Ngoài ra, với việc phát hành Internet Explorer 5.0,Microsoft cũng phát hành phiên bản XMLHttpRequest đầu tiên, khai sinh ra Ajax( mặc dù thuật ngữ" Ajax" vẫn không xuất hiện cho đến vài năm sau).
Also, with the release of Internet Explorer 5.0,Microsoft released the first version of XMLHttpRequest, giving birth to Ajax(even though the term"Ajax" was not coined until years later).
Results: 26, Time: 0.014

Top dictionary queries

Vietnamese - English