[ Team LiB ] Previous Section Next Section

Exercises

  1. Create a user preference form in which a user can choose a page color and enter a name. Use a cookie to ensure that the user is greeted by name on subsequent pages and that the page is set to the color of her choice.

  2. Amend the scripts you created in exercise 1 so that the information is stored in a query string rather than a cookie.

    [ Team LiB ] Previous Section Next Section