次のコードを err404.html に保存し、404 エラー ページを err404.html ページに設定します。 コードをコピーしますコードは次のとおりです。 <br>var id=/(detial|show).asp?id=( [0-9] )/ gi; <br>var flag=/([a-z0-9_] ).asp?flag=xml/gi; <br>var re_id=/(detial|show)_([0 -9] ).html/ gi; <br>var re_flag=/([a-z0-9_] ).rss/gi; <br>var host='blog.ii-home.cn'; ss=window.location.href ; <br>//ss=ss.replace(window.location.hostname,host); <br>var Temp(ss); <br>function createobj() { <br>if (window.ActiveXObject) { <br>return new ActiveXObject("Microsoft.XMLHTTP"); <br>} <br>else if (window.XMLHttpRequest) { <br> return new XMLHttpRequest(); <br>} <br>} <br><br>function get Notice(url) { <br>var oBao=createobj(); <br>var my_url=url; ('get',my_url, false); <br>oBao.onreadystatechange=function(){ <br>if(oBao.readyState==4){ <br>if(oBao.status==200){ <br> var returnStr=oBao.responseText; <br>var Temps=gethtml(returnStr); <br>}else{ <br>document.write("入力したアドレスが見つかりませんでしたサーバー 505 エラー!"); <br>} <br>} <br>} <br>oBao.send(null); <br>} <br><br>// 通常に従って str の ASP URL を置き換えますrules <br>function gethtml(str) { <br>var Temp_str=str.replace(id,'$1_$2.html'); <br>Temp_str=Temp_str.replace(/index.asp/gi,'index. html'); <br>Temp_str= Temp_str.replace(/myfiles.asp/gi,'myfiles.html'); <br>Temp_str=Temp_str.replace(/mydiary.asp?typ=self/gi,'mydiary_self. html'); <br>Temp_str= Temp_str.replace(/mydiary.asp/gi,'mydiary.html'); <br>Temp_str=Temp_str.replace(flag,'$1.rss'); Temp_str.replace(/xml_diary.asp/ gi,'xml_diary.html'); <br>Temp_str=Temp_str.replace(/xml_download.asp/gi,'xml_download.html'); <br>Temp_str=Temp_str.replace( /xml_links.asp/gi,'xml_links .html'); <br>Temp_str=Temp_str.replace(/xml_ly.asp/gi,'xml_ly.html'); <br>Temp_str=Temp_str.replace(/ly.asp) /gi,'ly.html') ; <br>//Temp_str=Temp_str.replace(/href="(http){0}/gi,'href="http://blog.ii-home.cn/ '); <br>return(Temp_str ); <br>} <br><br>// URL を元のアドレスに置き換えます <br>function getasp(str){ <br>var Temp_str=str.replace(re_id) ,'$1.asp?id=$2' ); <br>Temp_str=Temp_str.replace(/index.html/gi,'index.asp'); <br>Temp_str=Temp_str.replace(/myfiles.html/gi) ,'myfiles.asp'); <br>Temp_str=Temp_str.replace(/mydiary.html/gi,'mydiary.asp'); <br>Temp_str=Temp_str.replace(/mydiary_self.html/gi,'mydiary. asp?typ=self'); <br>Temp_str=Temp_str.replace(/xml_diary.html/gi,'xml_diary.asp'); <br>Temp_str=Temp_str.replace(/xml_download.html/gi,'xml_download. asp'); <br>Temp_str=Temp_str .replace(/xml_links.html/gi,'xml_links.asp'); <br>Temp_str=Temp_str.replace(/xml_ly.html/gi,'xml_ly.asp'); <br>Temp_str=Temp_str.replace(/ ly.html/gi,'ly.asp'); <br>Temp_str=Temp_str.replace(re_flag,'$1.asp?flag=xml'); <br>return( Temp_str); <br>} <br>