home
 
 
 
Set a Cookie
/*
												Set a Cookie
												© System
												http://qdl.scs-inc.us/?top=5514
											*/
											function SetCookie(name, value, expires, path, domain, secure) {
											document.cookie = name + "=" + escape (value) +
											((expires) ? "; expires=" + expires.toGMTString() : "") +
											((path)    ? "; path="    + path                  : "") +
											((domain)  ? "; domain="  + domain                : "") +
											((secure)  ? "; secure"                           : "");
										}

↑ UP Powered by Quick Disclosure Lite
© 2010~2021 SCS-INC.US
UP ↑