This script works fine, but it saves cookies only when the navigator is open. Closing it, the cookies stop to save. How to resolve this?
<html>
<head>
<script type="text/javascript">
function getCookieVal(offset) {
endstr = document.cookie.indexOf (";", offset)
if(endstr == -1) endstr =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.