Recent Notes
Displaying keyword search results 1 - 2
Created by Dr. Xi on September 01, 2008 02:19:31
Last update: May 23, 2009 16:50:10
Use this bookmarklet to set or delete cookies in a web page. If you leave the expires date as is, the cookie will be deleted. Add this link to your bookmarks to install the bookmarklet.
<html>
<body>
<a href="javascript:if (!windo...
Created by Dr. Xi on August 28, 2008 22:52:01
Last update: March 28, 2009 16:50:42
As a web developer, a lot of times I need to see the cookies in a page (and copy the value to another test program, sometimes). This is a bookmarklet to display the cookies. You may directly add this link to your bookmarks and name it "show cookies". It doesn't work in IE6 because of the JavaScript length limitations . However, you may try putting the script on a web server and importing it to the bookmarklet.
<html>
<body>
<a href="javascript:
i...