|
|
NSW POLICE FORCE- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NPAG.jpg") then
%>
<% end if %>
|
| |
| NUCOS NPAG |
| Address: |
| McDermott Drive |
| GOULBURN |
| NSW |
| Australia 2580 |
| Phone: 4828 8558 |
| Fax: 4828 8519 |
| Email: ill@police.nsw.gov.au |
| Web: http://bonza.unilinc.edu.au/npl
|
| Hours: 9-5 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NPAG.inc") then
%>
| Concept map for NSW Police Force- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NPAG.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|