initialize an XMLHttpRequest object, and
XMLHttpRequest オブジェクトを初期化すること - NetBeans
The function checks whether XMLHttpRequest can be understood by the browser, and if so it creates an XMLHttpRequest object. この関数では、ブラウザで XMLHttpRequest を理解できるかどうかを確認し、理解できる場合は XMLHttpRequest オブジェクトを作成します。 - NetBeans
Here is an example of an XML document that is returned to the XMLHttpRequest object: XMLHttpRequest オブジェクトに返される XML ドキュメントの例を示します。 - NetBeans
This results in a JavaScript call to a function that initializes an XMLHttpRequest object. すると、XMLHttpRequest オブジェクトを初期化する関数への JavaScript 呼び出しが行われます。 - NetBeans
prompt the XMLHttpRequest object to send an asynchronous request to the server. 非同期要求をサーバーに送信するように XMLHttpRequest オブジェクトに要求すること - NetBeans
ajax.AutoCompleteServlet.Change the URL pattern to /autocomplete so that it matches the URL that you previously set in the XMLHttpRequest object. URL パターンを /autocomplete に変更し、XMLHttpRequest オブジェクトで設定した URL と一致するようにします。 - NetBeans
Ajax is a technology that combines (X)HTML, JavaScript, and CSS with the power of XmlHttpRequest in the creation of RIAs (Rich Internet Applications).
Ajax は (X)HTML、JavaScript、および CSS を組み合わせた技術であり、XmlHttpRequest を利用して RIA (Rich Internet Applications) を作成できます。 - NetBeans
The XMLHttpRequest object is configured with a request parameter that includes the ID of the component that triggered the event, and any value that the user entered.The XMLHttpRequest object then makes an asynchronous request to the webserver. XMLHttpRequest オブジェクトが、イベントをトリガーしたコンポーネントの ID を含む要求パラメータと、ユーザーが入力した値で構成されます。 次に XMLHttpRequest オブジェクトが Web サーバーへの非同期要求を実行します。 - NetBeans
You first create the client-side files for the presentation and functionality needed to generate the XMLHttpRequest object. 最初に、プレゼンテーション用、および XMLHttpRequest オブジェクトの生成に必要な機能用のクライアント側ファイルを作成します。 - NetBeans
This document maps to the XML Data depicted in the flow diagram above.Here is an example of an XML document that is returned to the XMLHttpRequest object: このドキュメントは、前出のフロー図に示す XML データに対応します。 XMLHttpRequest オブジェクトに返される XML ドキュメントの例を示します。 - NetBeans
The XMLHttpRequest object is at the heart of Ajax and has become the de facto standard for enabling XML data to be passed asynchronously over HTTP. XMLHttpRequest オブジェクトは Ajax の中核であり、HTTP を使用して XML データを非同期で送信するときの事実上の標準になっています。 - NetBeans
Three parameters are specified when you create an XMLHttpRequest object:a URL, the HTTP method (GET or POST), and whether or not the interaction is asynchronous. XMLHttpRequest オブジェクトを作成するときは 3 つのパラメータを指定します。 URL、HTTP メソッド (GET または POST)、そして相互作用が非同期であるかどうかです。 - NetBeans
Finally, the XMLHttpRequest object receives the XML data using a callback function, processes it, and updates the HTML DOM (Document Object Model) to display the page containing the new data. 最後に、コールバック関数を使用して XMLHttpRequest オブジェクトが XML データを受け取って処理し、新しいデータを含むページを表示するように HTML の DOM (文書オブジェクトモデル) を更新します。 - NetBeans
Implementing auto-completion in a search field is something that can be performed using Ajax.Ajax works by employing an XMLHttpRequest object to pass requests and responsesasynchronously between the client and server.
検索フィールドへの自動補完の実装は、Ajax を使用して実行できます。 Ajax は、XMLHttpRequest オブジェクトを使用してクライアントとサーバーの間で要求と応答を非同期で受け渡しすることで機能します。 - NetBeans
Implementing autocomplete in a search field is something that can be performed using Ajax.Ajax works by employing an XMLHttpRequest object to pass requests and responsesasynchronously between the client and server.
検索フィールドへの自動補完の実装は、Ajax を使用して実行できます。 Ajax は、XMLHttpRequest オブジェクトを使用してクライアントとサーバーの間で要求と応答を非同期で受け渡しすることで機能します。 - NetBeans
You first create the client-side files for the presentation and functionality needed to generate the XMLHttpRequest object.Then, you set up the server-side by creating the data store and business logic using Java-basedtechnology. 最初に、プレゼンテーション用、および XMLHttpRequest オブジェクトの生成に必要な機能用のクライアント側ファイルを作成します。 次に、Java ベースのテクノロジを使用してデータストアとビジネスロジックを作成し、サーバー側を設定します。 - NetBeans
Otherwise, it performs a check on ActiveXObject (the XMLHttpRequestequivalent for Internet Explorer), and creates an ActiveXObject if identified.
理解できない場合は、ActiveXObject (Internet Explorer で XMLHttpRequest に相当するもの) を確認し、識別された場合は ActiveXObject を作成します。 - NetBeans