The JavaScript Cookies provide a complete set of cookie functions. Designed for usability, they make all the details, like setting expiration dates, easy and fast. 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.
In this JavaScript, you can learn how to set cookies, get cookies, using cookies, change cookies, delete cookies, remove cookies.
This JavaScript is the best for Web Page Security. It disables the browsers Right Click Menu giving your page a high level of security. No alert message is displayed.
This JavaScript will disable the JavaScript menu right-click of IE Browser.
This is a simple message encoding script. You can encode your message and send it to a friend. He can then decode it using this JavaScript. You can also use the script to encrypt your text files. Numbers and special characters are not allowed.
This JavaScript code will check the safe of JavaScript password that you type in and display safety level of this password.
Use this script to protect online files. Users cannot cancel out of it. It can also be used with your browser's home page to control Internet access on your own computer.
Keep your visitors from submitting their form until their 'password' and 're-enter password' fields match, for verification purposes. They get an error message telling them to re-enter the passwords if they do not match.
This JavaScript uses cookies to save information from a form and repopulate the form the next time the user visits.
Form Guard is a collection of the following JS form checking functions: EMail, Password.