小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 英和対訳 > xmlhttprequestの意味・解説 

xmlhttprequestとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 XMLHttpRequestとは、JavaScriptを使用してサーバーにHTTPリクエストを行うためのAPIの一種である。


Weblio英和対訳辞書での「xmlhttprequest」の意味

XMLHttpRequest

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「xmlhttprequest」を含む例文一覧

該当件数 : 17



例文

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

This results in a JavaScript call to a function that initializes an XMLHttpRequest object.例文帳に追加

すると、XMLHttpRequest オブジェクトを初期化する関数への JavaScript 呼び出しが行われます。 - NetBeans

Here is an example of an XML document that is returned to the XMLHttpRequest object:例文帳に追加

XMLHttpRequest オブジェクトに返される XML ドキュメントの例を示します。 - 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

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

Wiktionary英語版での「xmlhttprequest」の意味

XMLHttpRequest

Crystal Clear filesystem trashcan full.png This entry has been nominated for deletion(+)
Please see that page for discussion and justifications. Feel free to edit this entry as normal, though do not remove the {{rfd}} until the debate has finished.

略語s

参照


ウィキペディア英語版での「xmlhttprequest」の意味

XMLHttpRequest

出典:『Wikipedia』 (2011/06/21 12:24 UTC 版)

英語による解説
ウィキペディア英語版からの引用

Weblio例文辞書での「xmlhttprequest」に類似した例文

xmlhttprequest

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「xmlhttprequest」を含む例文一覧

該当件数 : 17



例文

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

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

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

You first create the client-side files for the presentation and functionality needed to generate the XMLHttpRequest object.例文帳に追加

最初に、プレゼンテーション用、および XMLHttpRequest オブジェクトの生成に必要な機能用のクライアント側ファイルを作成します。 - 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

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

例文

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

>>例文の一覧を見る

「xmlhttprequest」の意味に関連した用語
1
XHR Wiktionary英語版

2
Quicknet 百科事典

3
Sajax 百科事典

4
Ajax (programming) 百科事典



xmlhttprequestのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、WiktionaryのXMLHttpRequest (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wikipedia英語版」の記事は、WikipediaのXMLHttpRequest (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS