posts - 9, comments - 5, trackbacks - 0, articles - 2
            BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理
          						/*
          						 * WebFXCookie class
          						 */
          						function WebFXCookie() {
              if (document.cookie.length) { this.cookies = ' ' + document.cookie; }
          }
          
          WebFXCookie.prototype.setCookie = function (key, value) {
              document.cookie = key + "=" + escape(value);
          }
          
          WebFXCookie.prototype.getCookie = function (key) {
              if (this.cookies) {
                  var start = this.cookies.indexOf(' ' + key + '=');
                  if (start == -1) { returnnull; }
                  var end = this.cookies.indexOf(";", start);
                  if (end == -1) { end = this.cookies.length; }
                  end -= start;
                  var cookie = this.cookies.substr(start,end);
                  return unescape(cookie.substr(cookie.indexOf('=') + 1, cookie.length - cookie.indexOf('=') + 1));
              }
              else { returnnull; }
          }
          
          
          
          function getCookieVal (offset) 
          {
              var endstr=document.cookie.indexOf (";",offset);if (endstr==-1) 
              endstr=document.cookie.length;return unescape(document.cookie.substring(offset, endstr));
          }
          
          
          function GetCookie (name)
          {
              var arg=name+"=";var alen=arg.length;var clen=document.cookie.length;var i = 0;while (i<clen)
              {
                  var 
                  j=i+alen;if (document.cookie.substring(i,j)==arg) return getCookieVal (j);i = document.cookie.indexOf(" ",i)+1;if (i==0) 
                  break;
              } 
              returnnull;
          } 
          function DeleteCookie (name) 
          {
              var exp=new Date(); exp.setTime (exp.getTime()-1); var cval=GetCookie (name); 
              document.cookie=name+"="+cval+"; expires="+exp.toGMTString();
          }
          
          


          BeanSoft 2007-10-26 10:52 發(fā)表評論

          文章來源:http://www.aygfsteel.com/beansoft/archive/2007/10/26/156057.html

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 逊克县| 禄劝| 开鲁县| 噶尔县| 油尖旺区| 九寨沟县| 龙游县| 竹北市| 桦川县| 邹平县| 南丹县| 拉萨市| 囊谦县| 呼图壁县| 讷河市| 永泰县| 天津市| 循化| 雅安市| 原阳县| 平泉县| 攀枝花市| 永城市| 浦城县| 任丘市| 神农架林区| 安徽省| 方山县| 武城县| 祁连县| 黑河市| 江安县| 肃南| 盘锦市| 阳西县| 绵阳市| 简阳市| 大埔区| 太保市| 浪卡子县| 和田市|