くだすれAjax(超初心 ..
[
2ch
|
▼Menu
]
■コピペモード
□
スレを通常表示
□
オプションモード
□このスレッドのURL
■項目テキスト
247:246 09/02/21 01:08:18 <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Load XML file.</title> <script type="text/javascript"><!-- var httpObj = null; try { httpObj = new XMLHttpRequest(); } catch (e) { try { httpObj = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { httpObj = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) { ; }}} function $(tagId) { if (document.getElementById) { return document.getElementById(tagId); } else { return document.all(tagId); }} function loadXMLFile() { httpObj.open("GET", "name.xml"); httpObj.send(null); httpObj.onreadystatechange = function() { if ((httpObj.readyState == 4) && (httpObj.status == 200)) { $("result").innerHTML = httpObj.responseXML.getElementsByTagName("number")[0].firstChild.nodeValue; }}} // --></script> </head> <body onload="loadXMLFile()"> <div id="result"></div> </body></html>
次ページ
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
レスジャンプ
mixiチェック!
Twitterに投稿
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch
5363日前に更新/76 KB
担当:undef