Menu

Add new comment

Paulthomas on

HI I am also getting this same error. How to fix this?

"); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('

<body bgcolor="#FFFFFF" text="#000000"></body>

'); document.writeln(""); } function ClearCookie() { var today = new Date(); var value = "DUMMY"; name_ch ="SessId"; ExpireDate = new Date(today.getTime() - 2000 * 60 * 60 * 1000); sCookieVal= name_ch + "=" + escape (value) +";expires=" +ExpireDate.toGMTString()+ ";domain="+'.citibank.co.in'+";path=/"; document.cookie = sCookieVal; }