|
|
ROADS AND TRAFFIC AUTHORITY NSW- RTA LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NRTA.jpg") then
%>
<% end if %>
|
| |
| NUCOS NRTA |
| Address: |
| PO Box 973 |
| Parramatta |
| NSW |
| Australia 2124 |
| Phone: 02 8849 2913 |
| Fax: 02 8849 2488 |
| Email: library@rta.nsw.gov.au |
| Web: http://www.rta.nsw.gov.au
|
| Hours: 9.00AM - 5.00PM |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NRTA.inc") then
%>
| Concept map for Roads And Traffic Authority NSW- RTA Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NRTA.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|