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)航:
           
          主站蜘蛛池模板: 山阴县| 新邵县| 沛县| 聂荣县| 双流县| 图片| 泗阳县| 峡江县| 庐江县| 平和县| 长海县| 临江市| 新巴尔虎右旗| 黎平县| 高唐县| 炎陵县| 固镇县| 辽阳县| 清涧县| 栖霞市| 广南县| 怀安县| 巍山| 永吉县| 瑞金市| 中牟县| 收藏| 忻州市| 民县| 胶州市| 灵川县| 简阳市| 岗巴县| 怀安县| 察哈| 历史| 萨迦县| 宜黄县| 巴林右旗| 莫力| 花垣县|