|
|
DEPT OF COMMERCE- LIBRARY, SERVICE FIRST
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NLWC.jpg") then
%>
<% end if %>
|
| |
| NUCOS NLWC |
| Address: |
| PO Box 3720 |
| Parramatta |
| NSW |
| Australia 2124 |
| Phone: (02) 9860 1042 |
| Fax: (02) 9895 7399 |
| Email: librarian@servicefirst.nsw.gov.au |
| Web: http://horizon.dnr.nsw.gov.au
|
| Hours: 9.00 am - 4.00 pm Mon-Fri |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NLWC.inc") then
%>
| Concept map for Dept of Commerce- Library, Service First
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NLWC.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|