|
|
Surplus Departments
<%
' We save the department detail page to an application variable.
' If this variable is defined, we simply output the variable value below.
' If it is not defined, we build it in DeptBuild.asp
response.write Application("DepartmentPageDetail")
%>
|