當前位置:首頁文章首頁 IT學(xué)院 IT技術(shù)

用ASP程序?qū)崿F(xiàn)“手推車”功能的技巧

作者:  來源:  發(fā)布時間:2011-6-7 15:19:43  點擊:
=-1)

DeleteCookie(ts); //如果ts含“mycat”則執(zhí)行清除

}

}

function getCookieVal (offset) { //取得項名稱為offset的cookie值

var endstr = document.cookie.indexOf (";", offset);

if (endstr == -1)

endstr = document.cookie.length;

return unescape(document.cookie.substring(offset, endstr));

}

function GetCookie (name) { //取得名稱為name的cookie值

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;

}

return null;

相關(guān)軟件

相關(guān)文章

文章評論

軟件按字母排列: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z