忍者ブログ
JavaScript , Java , DOS , HTML(CSS) , JSP , SQL , VB , VBScript , ・・・etc などの覚書
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

【Cookieの書き込み】
document.cookie='searchCode=値';

【Cookieの読み込み】
function cookie_road(){
 article = document.cookie + ";";
 data_n = article.indexOf("searchCode",0);
 if(data_n!=-1){
   data2 = article.substring(data_n,article.length);
   start = data2.indexOf("=",0)+1;
   end = data2.indexOf(";",0);
   code = data2.substring(start,end);
 }else{
  code="";
 }
 return code;
}

PR
ブログ内検索
カレンダー
03 2025/04 05
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

Copyright © [ moriBlog-memo ] All rights reserved.
Special Template : 忍者ブログ de テンプレート Special Thanks : 忍者ブログCommercial message : [PR]