2005-11-25から1日間の記事一覧

javascript + cookie

var xxx = getCookie('xxxx'); if( xxx != 'true') { alert( 'xxx not equel true' ); }