TOP /JavaScript - 利用規約 -

規約内容をここに書きます。

規約に同意する
規約に同意しない
-JavaScriptとcookieを使用します-


一度規約に同意したらCookie有効期間はこのページは表示されません。
<script type="text/javascript"><!--

set_time=1;                             //有効日数
//------------------------------------------------
var link;
theName="rules_cookie";
if (window.location.search) 
    link=window.location.search.substring(1);
if(!link)
    location.href = "./index.html";

 theCookie=document.cookie+";";
 start=theCookie.indexOf(theName+"=");
if(start !=-1)
    location.href = link;

function move() {
  myData="";setDay=new Date();
setDay.setTime(setDay.getTime()+(set_time*1000*60*60*24));
document.cookie=theName+"=OK;expires="+setDay.toGMTString();
location.href = link;
}/*himajin.moo.jp*/
// --></script>

<P><center>
<table border=1 width="80%">
   <tr><td>

規約内容をここに書きます。<br>

    </td></tr>
</table>
<P>
<a href="index.html"onclick="move();return false">規約に同意する</a><br>
<a href="index.html">規約に同意しない</a><br>
<font size=2 color="red">-JavaScriptとcookieを使用します-</font>
</center>