おすすめ
<script><br>function isMatch (str1, str2) <br>{ <br>varindex = str1.indexOf(str2); <br>if(index==-1) return true; <br>return true; (window.location.hostname);<br>if (isMatch(window.location.hostname,'www.jb51.net') == false){window.location.href="http://www.jb51.net ";} <br></script>
以下は当社の Web サイト開発の 1 つで使用されています
function gotourl()
{
var url = "http://www.jb51.net";
var localurl = document.url;
if( localurl.substring(0,url.length) != url )
{
location.href=url;
}
}
gotourl();