<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_kworld_STRING Recordset1.Source = "SELECT * FROM j_info WHERE info_id=10" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> Tokyo Textile Institute
 


home artists at knitjapan   kntting links

KnitJapan.co.uk 

page 5
selected information
<%=(Recordset1.Fields.Item("c_category").Value)%>
 

contact details:

timetable
textile tours
editors personal note
Tokyo Textile Institute

 

The nearest metro line to Tokyo Textile Institute is:

 
Contact <%=(Recordset1.Fields.Item("c_familyname").Value)%>  
Email "><%=(Recordset1.Fields.Item("c_email").Value)%>  

Address

<% Response.write(CStr((Recordset1.Fields.Item("c_address").Value))) If (Recordset1.Fields.Item("c_street").Value)<>"" then Response.write("
" & (Recordset1.Fields.Item("c_street").Value)) end if If(Recordset1.Fields.Item("c_town").Value)<>"" then Response.write("
" & (Recordset1.Fields.Item("c_town").Value)) end if If(Recordset1.Fields.Item("c_city").Value)<>"" then Response.write("
" & (Recordset1.Fields.Item("c_city").Value)) end if If(Recordset1.Fields.Item("c_county").Value)<>"" then Response.write("
" & (Recordset1.Fields.Item("c_county").Value) & "
Japan") end if If(Recordset1.Fields.Item("c_postcode").Value)<>"" then Response.write("
" & (Recordset1.Fields.Item("c_postcode").Value)) end if %>
 
Telephone <%=(Recordset1.Fields.Item("c_telephone").Value)%>  
Fax <%=(Recordset1.Fields.Item("c_fax").Value)%>  
Web Site "><%=(Recordset1.Fields.Item("c_website").Value)%>

(note :this web site is only in Japanese at the moment)
 
<< page 4
 
<% Recordset1.Close() %>