|
|
SERVICEFIRST LIBRARY-
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NCCSU.jpg") then
%>
<% end if %>
|
| |
| NUCOS NCCSU |
| Address: |
| Lv 15 Governor Macquarie Tower, 1 Farrer Place |
| Sydney |
| NSW |
| Australia 2000 |
| Phone: 02 9228 4663 |
| Fax: 02 9228 3289 |
| Email: Librarian@servicefirst.nsw.gov.au |
| Hours: 9.00 am - 5.30pm |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NCCSU.inc") then
%>
| Concept map for ServiceFirst Library-
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NCCSU.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|