<%data_source = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _ Server.MapPath("../database/Artisandata.mdb") Set con = Server.CreateObject ("ADODB.Connection") con.open data_source IDC = request("ID") If IDC="" Then Response.Redirect "blank.htm" end If sql = "select Descr_I, Oggetti_I, Materiali_I from Descrizioni WHERE C_Cliente= " & IDC & ";" Set RSD=con.execute(sql) If RSD.EOF Then Response.Redirect "blank.htm" end If sqlF = "select * from Foto WHERE C_Cliente= " & IDC & ";" Set RSF=con.execute(sqlF) sqlC = "select cl.Rag_Sociale, cl.Titolare, cl.Web, cm.Comune from Clienti cl, Comuni cm WHERE cl.Codice= " & IDC & " AND cl.C_Citta=cm.Codice;" Set RSC=con.execute(sqlC) If RSC.EOF Then Response.Redirect "blank.htm" If rsc("Web")then IndWeb= "http://" & rsc("Web") end If %> Scheda Artigiano
<%=RSC("Rag_Sociale")%>
<%=RSC("Titolare")%>
<%=RSC("Comune")%>
<%=RSD("Oggetti_I")%>
<%=RSD("Materiali_I")%>
Vuoi conoscere altri dettagli su queste creazioni?
Clicca sulla mano e scrivi direttamente all'artigiano!

<%=RSD("Descr_I")%>
<% Righe=0 If Not RSF.EOF Then If RSF("Foto1_s") <> "" Then Righe = 1 If RSF("Foto4_s") <> "" Then Righe = 2 If RSF("Foto7_s") <> "" Then Righe = 3 If RSF("Foto10_s") <> "" Then Righe = 4 End If For riga = 1 To Righe%> <% Next%>
<% If (riga = 1) AND (RSF("Foto2_s") <> "") Then%> Clicca per ingrandire','FOTO2','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto2_s")%>"> <% End If%> <% If (riga = 2) AND (RSF("Foto5_s") <> "") Then%> Clicca per ingrandire','FOTO5','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto5_s")%>"> <% End If%> <% If (riga = 3) AND (RSF("Foto8_s") <> "") Then%> Clicca per ingrandire','FOTO8','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto8_s")%>"> <% End If%> <% If (riga = 4) AND (RSF("Foto11_s") <> "") Then%> Clicca per ingrandire','FOTO11','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto11_s")%>"> <% End If%>
<% If (riga = 1) AND (RSF("Foto3_s") <> "") Then%> Clicca per ingrandire','FOTO3','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto3_s")%>"> <% End If%> <% If (riga = 2) AND (RSF("Foto6_s") <> "") Then%> Clicca per ingrandire','FOTO6','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto6_s")%>"> <% End If%> <% If (riga = 3) AND (RSF("Foto9_s") <> "") Then%> Clicca per ingrandire','FOTO9','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto9_s")%>"> <% End If%> <% If (riga = 4) AND (RSF("Foto12_s") <> "") Then%> Clicca per ingrandire','FOTO12','width=300,height=200,top=30,left=60')" src="../Images/<%=RSF("Foto12_s")%>"> <% End If%>