投稿

6月, 2006の投稿を表示しています

Ajax風味

HTML中で外部HTMLファイルを表示する。 <html> <head> <script type="text/javascript"> <!-- function createXMLHttpRequest(cbFunc) { var XMLhttpObject = null; try{ XMLhttpObject = new XMLHttpRequest(); }catch(e){ try{ XMLhttpObject = new ActiveXObject("Msxml2.XMLHTTP"); }catch(e){ try{ XMLhttpObject = new ActiveXObject("Microsoft.XMLHTTP"); }catch(e){ return null; } } } if (XMLhttpObject) XMLhttpObject.onreadystatechange = cbFunc; return XMLhttpObject; } function $(tagId) { return document.getElementById(tagId); } function loadHTMLFile(fName)

TODO

まぁプログラム。 ・ネットワーク鯖 ・EBS ・FFA ・SOLD OUT とりあえずこんなもんか。 EBSとFFAとSOLD OUTに関してはまぁ似たようなのを作るってことで。