if (documents .cookie == "") { document.write("There are no cookies here") } else { thisCookie = documents .cookie.split("; ")
for (i=0; i<thisCookie.length; i++) { document.write("Cookie name is ’"+thisCookie.split("=")[0]) document.write("’, and the value is ’"+thisCookie.split("=")[1]+"’<BR>") } }
// End hiding script --> </SCRIPT> </H2> </BODY> </HTML>