|
|
NSW FISHERIES- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NFRI.jpg") then
%>
<% end if %>
|
| |
| NUCOS NFRI |
| Address: |
| PO Box 21 |
| Cronulla |
| NSW |
| Australia 2230 |
| Phone: 02 9527 8417 |
| Fax: 02 9527 8404 |
| Email: cronulla.library@dpi.nsw.gov.au |
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NFRI.inc") then
%>
| Concept map for NSW Fisheries- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NFRI.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|