<% projid = TRIM( Request( "projid" ) ) Set Con = Server.CreateObject( "ADODB.Connection" ) Con.Open "manudb" Set RS = Server.CreateObject( "ADODB.Recordset" ) RS.ActiveConnection = Con RS.Open "SELECT * FROM projets WHERE projid="& projid %> Manufacture Raymond - Architectural and ornamental metal products - commercial balancing doors, stainless steel doors, steel doors, stainless handrailings, steel handrails, Stainless steel, copper, brass, steel and other metal sheet products


Gallerie de photos de réalisations de Manufacture Raymond

<%=RS( "projname" )%>

<%=RS( "descri" )%>

" width="620" height="410" alt="<%=RS( "projname" )%>">

Page précédente



<% RS.Close set RS = Nothing Con.Close set Con = Nothing %>