%
SELECT CASE request.querystring("action")
CASE "download"
'LOG DOWNLOAD
response.redirect("http://www.schoollibrariesadvocacy.org.uk/toolkit/making_a_difference.pdf")
CASE ELSE
%>
School Libraries - Making A Difference
|
School
Librarians - Case Studies
These case studies illustrate how a school librarian can use advocacy
as a strategy to improve the status of the library within the school.
|
|
<%
END SELECT
%>