|
|
DEPT. OF COMMERCE- INFOSOURCE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NPW.jpg") then
%>
<% end if %>
|
| |
| NUCOS NPW |
| Address: |
| Level 5 McKell Building, 2-24 Rawson Place |
| Sydney |
| NSW |
| Australia 2000 |
| Phone: 02 9372 8940 |
| Fax: 02 9372 7070 |
| Email: infosource@commerce.nsw.gov.au |
| Web: http://www.commerce.nsw.gov.au
|
| Hours: |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NPW.inc") then
%>
| Concept map for Dept. of Commerce- InfoSource
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NPW.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|