JavaScript Zone

Script Tutorials

Introduction
Pre-requisites
Code
Notes
Exercises
Screen shot of To Do list
Screen shot of 'Reminders' List

Reminders List

Introduction

This javascript shows how to maintain a simple screen for scrolling through your reminders, and creating new ones.

Click below for a demonstration:

Reminders Demonstration


Pre-requisites

  • None.
Code
Folow the instructions below to cut and paste all the code listed into your html file:

Notes

This script demonstrates the following:
  • how to use cookies to add, update and delete items
  • how to use hyperlinks to call javascripts to update data on the screen
  • how to maintain items of data in a list of cookies
Exercises

  • re-write the script so that it automatically updates items that have been changed


Page last updated 10th April 2001