" align="middle" hspace="3" vspace="3">
|
|
<%=rs3("descrizione")%>
<%
IDprodotto=rs3("IDprodotto")
set rscar=cn.execute ("select * from caratteristiche where idprodotto="&IDprodotto&" ")
set rs4=cn.execute("select * from prezzo where idprodotto="&IDprodotto&"")
idprezzi=rs4("IDPrezzi")
%>
|
<%do while not rscar.eof %>
<%=rscar("caratteristica")%>: <%=rscar("descrizione")%>
|
<%rscar.movenext
loop%>
|
<% set rs5=cn.execute ("select * from varianti where idprezzi="&IDprezzi&" ")
if not rs5.eof then
%>
<%=rs3("tipovariante")%>:
<%do while not rs5.eof%>
<%=rs5("variante")%>
<%rs5.movenext
loop
end if
%>
|
|
<%
do while not rs4.eof
idprezzi=rs4("IDprezzi")
%>
<%=rs4("modello")%> € <%=formatnumber(rs4("prezzo"),2)%> ">
<%
rs4.movenext
loop
%>
|