UNC
School of Information and Library Science
INLS760 – Web Databases, Spring 2011
INLS 760

Main Page

Announcements

Calendar/Notes

Assignments

Links

Course Policies

Grades

In-Class Exercise #5

XSLT

Exercise 1

Implement an ASP page that issues a query to the test database shown in class and displays the results in an HTML table with the following fields:
          Item
          Description
          Quantity

Exercise 2

Create a simple page to log in to a web site. If the user "fred" enters the correct password "ethel", then set a cookie to indicate that fred is logged in. Also set two session variables, one with username = fred, and another session variable that starts at 0 and is incremented every time a button/link is clicked on the page. Include a link to logout. If the user logs in again, reset the counter.