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.
|