関連タグで絞り込む (13)
jsonp
タグ
Online XSLT 2.0 Service Important: W3C runs this service for its own use. The service, based on Saxon and which supports XSLT 2.0, is available publicly, but usage is subject to the conditions set forth below. Status of this Service This Saxo... 続きを読む
先日金床さんに教えてもらったOperaで非同期並列JSONPを実行させる方法を実際に試してみたら意外とすんなり動いてしまったので報告します。 最速インターフェース研究会 :: OperaでJSONPを非同期リクエストするより JSONP が Opera だと非同期処理できない http... 続きを読む
« E4X-XSS 脆弱性について | メイン | 「スーパー技術者争奪戦」 » 2007年01月12日 JSONP - データ提供者側のセキュリティについて JSONP のセキュリティは、ともすればインクルードする側についての議論になりがちであり、その影でインクルードされる側のリス... 続きを読む
HTMLまで含めたsourceはこんな感じです。 <script> function Yubin2JSONP(root){ this.root = root; this.parse = function(yubin){ if (! yubin.match(/[0-9]{7}/) ) return; var yubin3 = yubin.substr(0,3); var script = document.createElement('script');... 続きを読む

