http

XMLHttpRequestをかじった。

お決まりのXMLHttpRequestオブジェクト var XmlsReq = null; if(window.XMLHttpRequest){ XmlsReq = new XMLHttpRequest(); }else{ if(window.ActiveXObject){ XmlsReq = new ActiveXObject('MSXML2.XMLHTTP.3.0'); } } クライアント側の処理。 function Roa…

任意のページにアクセスしてきたら、別のページにリダイレクトしたい

<meta http-equiv="Refresh" content="1; URL=http://d.hatena.ne.jp/rdera/" /> これをhtmlのhead内に記述しておけば、1秒後にhttp://d.hatena.ne.jp/rderaに リダイレクトされる。リダイレクト - futomi's CGI Cafe HTTPリダイレクト|.htaccess</meta>