Stored Documents is designed for dynamic websites which supports javascript where it allows the webmasters to store the desired documents, web pages with a document list and allows them to view entire document list. Included documents can be removed just by clicking 'clear button'. Links can be located anywhere on site pages....
Popup window controlled by cookie is a JavaScript cookie that can generate a cookie and store that them for about 10 minutes and after which it expires. The cookie is generated popping up a window for inputs and when the page is revisited, and if the cookie is active, then the popup window is not displayed. It works well on all browsers.... Tags: page, generate, window, store, cookie, for, controlled,
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection....
Web Blazonry's Cookies is a tutorial from which you can learn about the usage of cookies. Through this article you would be able to implement cookies on your java projects and applications. The author has given a brief note on how to set cookies to improve the security of several user authentication programs and the method of retrieving those cookies. In this tutorial the author has also given links of other websites to acquire more knowledge on cookies....
Set cookie to record last visit consists of few javascript classes that are useful for webmasters to get the information about when visitors have visited their site pages last time. It is simply done by setting a cookie with visitors computer and it automatically records cookie name with value where date and time can be displayed on site page along total number of visited times.... Tags: time, javascript, computer, record, information, site, page, date, number, name, automatically, pages, cookie, value, for, records, useful,
Visit Counter is a JavaScript that can be incorporated into your web page to implement a cookie into your web page, which unlike others which counts the total number of visits, it calculates the total number of times the current user had visited the page....
If you are in a profession where you have to convince your customer about a product to earn a commission, this JavaScript can be used to make sure that even if the customer remembers the URL and contacts directly, this JavaScript uses the AIR CookieS scripting action in their browser to pop under a window, set a cookie from your vendor's site, then close it silently with the help of the adjustable timer....
Session-only cookies is a tutorial in which the author has covered all related topics of cookies. In this tutorial the author has given an introductory note on cookies and swithes to a detailed explanation of sessions based cookies. Users are provided with several guide lines of how to use cookies with their respective syntax more over the author provides an example of how to retrieve data from cookies along with the codings.... Tags: data, note, lines, cookies, retrieve, tutorial, syntax, author, guide,
The Store/Retrieve Cookie Values is a JavaScript that can be used in any of your web pages to implement a cookie that can take in inputs into three variables and can also retrieve them. The cookie is opened every time the window is opened. The user can change the values of the cookies on a form text where is values are displayed for editing....
Check if cookies are enabled is a JavaScript that can be incorporated into your web site to know whether the user of your browser has turned on the feature to accept cookies. This JavaScript is compatible with all the browsers and returns a cookie enabled or disabled message, which whill be highly useful when creating a logon website....
Octane Cookie is a JavaScript, which can be used to optimize your website and to make sure your website gets noticed. This cookie can link you to any page enabling you to set and retrieve cookies....
Cookie Address Book is a freeware, which can be used in your web pages to incorporate a web page address book that acquires its data depending on the cookies. The cookie obtains the data and supplies it to the address book....
Nakul Goyal's Who stole the cookies is an online tutorial that explains users about cookies. The author has given a brief explanation on the usage of cookies on various applications along with its own limitations. Webmasters are provided with detailed descriptions of how to use effective cookies in their application....
The author notes" I was using IE version 5.5 to find the maximum size you can have a cookie be. This seems to be on the side of working - add 1 more to the size and it will not work as the cookie becomes too big. It should be easy enough to take this script and use it for yourself to test your web browser (future releases)."...
This JavaScript uses cookies to get input from the user 1 time per users web session. It uses a non-persistent cookie to prompt the user for a word - it then stores it for the rest of that web browser`s life. It will use the value input and stored in the cookie to put that word onto the page that it is loading....
Cross-platform JavaScript utility class for creating, reading, and deleting cookies. Cookies can be either session or persistent. Has ability to apply unlimited sub-values to a cookie. This allows you to work within the confines of the 20 cookie per server limit....
This script records the date+time of your visitor`s last visit and displays it upon their return. If this is their first visit to your site, a greeting message is shown instead. Uses cookies....