Menu

Add new comment

facing the error

Sun, 02/01/2015 - 7:02am - Anonymous
Site: 

; 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; }