%@LANGUAGE="VBSCRIPT" %>
<% Response.CacheControl = "no-cache" %>
|
Weekly Layout (updated frequently. do not print.)
|
Wk |
Lecture I |
Lecture II |
Laboratory |
For information contact: Dr. David Whittinghill
CGT 215 Spring 2010 |
<%
Dim fso, f
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(Server.MapPath("./weeklyLayout.asp"))
Response.Write("Last Modified: ")
Response.Write(f.DateLastModified)
Set f = nothing
Set fso = nothing
%>
|
|
|
|
|