
| You should have gotten a message that displays your
last visit to the page along with date and time. Reload to see it
again.
<SCRIPT> getCookie(); function getCookie()
{ if (Cookie.indexOf(";"))
CookieArray = Cookie.split(";"); for (i = 0; i <
CookieArray.length;
i++) {
if (lastVisit != -1) break; if (document.cookie
== "" || lastVisit == -1) { alert("Welcome\nYour last visit was on: " + last);
setCookie(); function setCookie()
{ document.cookie
= "lastVisit=" + escape(now)
+ </SCRIPT> |