fix
This commit is contained in:
@@ -18,8 +18,8 @@ function WriteCookie(name) {
|
||||
now.setMonth( now.getMonth() - 1 );
|
||||
// cookievalue = escape(document.myform.customer.value) + ";"
|
||||
|
||||
document.cookie = name + '=' + '';
|
||||
document.cookie = "expires=" + now.toUTCString() + ";"
|
||||
document.cookie = name + '=' + '' + ";Path=/";
|
||||
document.cookie = "expires=" + now.toUTCString() + ";Path=/";
|
||||
// document.write("Setting Cookies : " + "name=" + cookievalue );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user