<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Untitled Document
<% set rcsVeicolo = Server.CreateObject("ADODB.Recordset") rcsVeicolo.ActiveConnection = connect rcsVeicolo.CursorType = 3 rcsVeicolo.LockType = 3 sqlString = "SELECT * FROM VEICOLI WHERE CODICE = " & request("codice") rcsVeicolo.open sqlString %> <% if rcsVeicolo("MARCA") <> "" then %> <% end if %> <% if rcsVeicolo("MODELLO") <> "" then %> <% end if %> <% if rcsVeicolo("DataPrimaImmatricolazione") <> "" then %> <% end if %> <% if rcsVeicolo("PT_COMPLESSIVA") <> "" then %> <% end if %> <% if rcsVeicolo("PT_UTILE") <> "" then %> <% end if %> <% if rcsVeicolo("ALLESTIMENTO") <> "" then %> <% end if %>
<% if rcsVeicolo("Immagine") <> "" then %>','','status=yes,scrollbars=no,resizable=no,width=719,height=539')"> " width=200 height=133 border="0"> <% end if %>
MARCA  <%=rcsVeicolo("MARCA")%>
MODELLO  <%=rcsVeicolo("MODELLO")%>
DATA PRIMA IMMATRICOLAZIONE  <%=rcsVeicolo("DataPrimaImmatricolazione")%>
PORTATA COMPLESSIVA  <%=rcsVeicolo("PT_COMPLESSIVA")%>
PORTATA UTILE  <%=rcsVeicolo("PT_UTILE")%>
ALLESTIMENTO  <%=rcsVeicolo("ALLESTIMENTO")%>


Per maggiori informazioni clicca qui