|
|
|
Fall Semester --- 2007 List of assignments Assignment 1 (Due 2007/9/13) Assignment 2 (Due 2007/9/27) (Due Dec. 6, 2007)
At the remote hosting site, your should create a default.aspx page. The default.htm page should contain all the links to your submitted assignments ready for testing. A sample page is listed in the following.
== default.aspx == <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">< html xmlns="http://www.w3.org/1999/xhtml" >< head> <title>Assignments</title></ head>< body>< h1>Minder Chen Web site for MIS 412</h1> <h2> <ol> <li><a href="Assignment1.aspx">Asssignment 1</a></li> <li><a href="registration.htm">Assignment 2 </a></li> <li><a href="customer.aspx">Assignment 3</a></li> </ol> </h2></ body></ html>== Instruction for you to set up your web folder on ebiz.gmu.edu server donated by Microsoft (No longer valid) |