|
|
DEPT OF ENVIRONMENT & CLIMATE CHANGE- LIBRARY - HURSTVILLE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NNPW.jpg") then
%>
<% end if %>
|
| |
| NUCOS NNPW |
| Address: |
| PO Box 1967 |
| Hurstville |
| NSW |
| Australia 2220 |
| Phone: 02 9585 6437 |
| Fax: 02 9585 6968 |
| Email: library.hurstville@environment.nsw.gov.au |
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NNPW.inc") then
%>
| Concept map for Dept of Environment & Climate Change- Library - Hurstville
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NNPW.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|