タグ
XMLHttpRequest makes sending HTTP requests very easy. You simply create an instance of the object, open a URL, and send the request. The HTTP status of the result, as well as the result's contents, are available in the request object when t... 続きを読む
画像等のファイルのデータをBase64化したDataSchemeでなんとか取得できないかと試してみました。結論からいうと失敗です。ただ、もう少し調査するともしかするとできるようになるかもしれません。しかし、自分の現時点の知識では、これが限界かと思います。もし... 続きを読む
[Dojo] JavaScriptのみでクロスドメインXMLHttpRequest << 作成日時 : 2006/08/06 02:59 >> トラックバック 2 / コメント 0 XMLHttpRequest (XHR)は、ブラウザのセキュリティ制限のため、本来は表示中の HTMLと同じドメイン上にあるXMLやテキストファイルにし... 続きを読む

