There is another handy way to read a cookie. It sounds drawn out but once you get it set up you are one click away from finding out all about a cookie.
Find out cookie information on the web page you just opened.
(Note: Your browser must be java-enabled in order for this to work.)
In the address bar of your browser, type:
javascript:alert("Cookie is: " + document.cookie) then click Go.
However, this may not be so easy to remember, so you can add it to your "Favorites", especially if you will use it often. Here's how to add it to your favorites:
-Add any web page to your favorites.
-When the "Add to favorites" screen pops up, re-name the page "Cookie Info" no quotes.
-Now, click your Favorites menu and find the favorite you just added.
-Right-click it and select Properties from the menu.
-Put the line below in place of the current URL:
javascript:alert("Cookie is: " + document.cookie)
-If you get an error message when you change it. Just hit Yes.
Click the "Cookie Info" favorite for information on the cookie just added by the latest web site you opened.
You can send it to your desktop and set a shortcut key for it. I use and Fkey, then I am just one click away from instant cookie info.
__________________ Take Care
Deke
Last edited by Deke : 18-Sep-2003 09:22 PM.
|