%@LANGUAGE="VBSCRIPT"%> <% g_id=request.querystring("g_id") set Recordset2 = Server.CreateObject("ADODB.Recordset") Recordset2.ActiveConnection = MM_kworld_STRING Recordset2.Source = "SELECT g_name, g_street, g_address, g_town, g_county, g_postcode, g_telephone, g_fax, g_website, g_policy, g_country, g_contact, g_email FROM galleries WHERE g_id=" & g_id Recordset2.CursorType = 0 Recordset2.CursorLocation = 2 Recordset2.LockType = 3 Recordset2.Open() Recordset2_numRows = 0 %>
|
|
||||
|
gallery details |
|
|||
|
|
||
|
gallery |
<%=(Recordset2.Fields.Item("g_name").Value)%> | |
|
<%=(Recordset2.Fields.Item("g_street").Value)%> <%=(Recordset2.Fields.Item("g_address").Value)%> |
||
|
telephone |
<%=(Recordset2.Fields.Item("g_telephone").Value)%> | |
|
fax |
<%=(Recordset2.Fields.Item("g_fax").Value)%> | |
|
contact person |
<%=(Recordset2.Fields.Item("g_contact").Value)%> | |
|
contact email |
"> <%=(Recordset2.Fields.Item("g_email").Value)%> | |
|
web site |
"><%=(Recordset2.Fields.Item("g_website").Value)%> | |
|
policy |
<%=(Recordset2.Fields.Item("g_policy").Value)%> | |