|
Web Development : JavaScripts : Cookies

Remember Form Data
- Submitted 02/21/2006
Type whatever you like in the boxes, click outside the box, reload the page, and try to type the details again. This script uses cookies, so if you have them disabled it will of course not work. JavaScript Cookies
- Submitted 01/05/2006
JavaScript functions makeCookie(), readCookie(), and rmCookie() provide the best solution for writing, reading, and removing cookies. Any JavaScript application now has the capability to access cookies and utilize all of their magical properties. The cookie functions provide high performance, and each one provides return values precisely indicating the success or failure of the requested operation. They allow you to use relative expiration dates, to easily let a cookie expire in a few seconds, hours, days, or years from the present time, or to create a "session cookie" that safely vanishes when the user quits the browser. The cookie functions also allow you to choose the domain and path for cookies, or to create secure cookies that are accessible only through encrypted pages.
ChangeStyle
- Submitted 11/09/2005
This script makes it possible for the user to change the style of your Web site by. The user can choose the style and it is changed on your whole site!
Originally made to change the font size on a whole Web site for older people, people with eye problems and colour-blind persons.
Users can download the whole package at http://www.seniorennet.be/java/changeStyle.zip.
Demo at http://research.seniorennet.be/Techresearch/Javascript/ChangeStyle/demo.html.
The stylish cookie
- Submitted 04/16/2001
Visitors can select thier own colors and fonts. This information is stored in the form of a cookie so their settings are used on each page.
The script may also be used to give users with visual impairments a better way to see your site.
get and set SubCookie
- Submitted 04/15/2001
this script use inner structure in real cookie.
each sub-cookie works just as real cookie, thru set/getSubCookie() function.
test page goes on http://kz.mpecc.net/~Keizi/javascript/sub_cookie.html
and .js file goes on http://kz.mpecc.net/~Keizi/javascript/sub_cookie.js
pliz read the comment on top of .js file.
from [ke'izi] : where is [r]?
Mail Crypt
- Submitted 04/08/2001
This scripto encrypts a small file so you can send it to your friend who can decrypt it. It uses public and private keys.
Background & text cookie
- Submitted 08/08/2000
This script allow the users to change the color of the background & text of the document and seves cookie with those values.
Welcoming Cookie
- Submitted 08/06/2000
This cookie displays a welcoming message to the user displaying the date and time of their last visit.
Set and Delete a cookie
- Submitted 08/04/2000
Shows in realtime the setting and deleting of cookies. Uses cookie detection.
Ummmm Good Cookie
- Submitted 08/04/2000
This Is Just A Regular Cookie Made For Forms So Its Secure I Hope It Works I Haven't Tried It Out
|