| Current Path : /home/digilove/www/41423/ |
| Current File : /home/digilove/www/41423/EUCookieDirective.js.tar |
digilove/public_html/plugins/system/EUCookieDirectiveLite/EUCookieDirectiveLite/EUCookieDirective.js0000644 00000000672 15235451043 0030635 0 ustar 00 home function SetCookie(cookieName,cookieValue,nDays) {
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0) nDays=1;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString()+"; path=/";
document.getElementById("cookieMessageContainer").style.display="none";
window.location.href=window.location.href;
} public_html/110/plugins/system/EUCookieDirectiveLite/EUCookieDirectiveLite/EUCookieDirective.js 0000644 00000000672 15235530477 0031147 0 ustar 00 home/digilove function SetCookie(cookieName,cookieValue,nDays) {
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0) nDays=1;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString()+"; path=/";
document.getElementById("cookieMessageContainer").style.display="none";
window.location.href=window.location.href;
}