Usage Javascript ReadCookie()Function
ReadCookie(), you immediately understand it is used to read a cookie.
You can read any cookies if they are read in the same domain on which they were installed.
<script type="text/javascript" language="JavaScript">
var acookie = ReadCookie("cookiename");
if(acookie.length == 0)
{
}
</script>
user319198
source
share