CS 82 Server-Side Web Programming
|
Lab Assignments
|
Please read Turning in Your Lab
Assignments for information about turning in your work.
Lab01
- page 43, Guided Exercise 1
- page 47, Exercise 7
- name the files theater.html and theater.asp.
Lab02
- page 97, Guided Exercise 1.
- page 102, Exercise 3. The first ASP document shall be called guessingGameStart.asp
and the second ASP document shall be called guessingGameProcess.asp.
Hint: You need to initialize the rnd() function with the Randomize
statement. See the MSDN VBScript documentation for more info.
Lab03
-
page 163, Guided Exercise 1. File to turn in: ScopeTest.asp
-
page 169, Exercise 6. You may skip the part at the
end of the exercise "Modify the payroll problem...". File to
turn in: TaxLookup.asp
Lab04
- page 212, Guided Exercise 1. File to turn in: CookieTest1.asp
- page 217, Exercise 4. Files to turn in: shoppingCarta.asp, shoppingCartb.asp,
shoppingCartc.asp sample solution
Lab05
- page 267, Guided Exercise 1. File to turn in: c5e1.asp
- page 270, Exercise 3. Files to turn in: productsa.asp,
productsb.asp.
You can connect to the Northwind ODBC System DSN. Or, if you
wish, you can use a DSN-less connection to the Northwind.mdb file.
It is in the cs82\geddes_james folder. So, your code would include
something like the following: strConn =
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
Server.MapPath("../geddes_james/Northwind.mdb")