sì viene da un DB ed è una campo Sì/No ma continua a darmi la seconda parte come se fosse selezionato Sì !
[CODE]
<% If isNull (TekShop) Then
response.write "[img]/shop/interfaccia/no_tekshop.gif[/img]
"
else %>
<span class='prezzi'><%=SimboloValuta%><%=VisualizzaPrez zo(CPrezzo)%></span><span class='testoavviso'>IVA inclusa</span>
<span class="testo">Disponibilità:
<%
If ImmagineGiacenza Then
Response.Write "[img][/img]"
Else
If (ProdottoGiacenzaInfinita) Then
Response.Write TestoGiacenzaInfinita
Else
Response.Write Giacenza
End If
End If
%>
Inserisci il prodotto nel carrello</span>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="31"><input name="quantita" type="text" class="campiform" value="1" size="3" maxlength="3" onFocus="this.style.backgroundColor='#FFFFCC';" onBlur="this.style.backgroundColor='#F4F4F4"></td>
<td width="40"><input type="hidden" name="ID" value="<%=ID%>">
<input name="Go" type="image" value="<%=AltPulsante%>" src="<%=Path_Img%>catalogo_aggiungi2.gif" alt="<%=AltPulsante%>" border="0"></td>
</tr>
</table>
<%
end if
%>
[CODE]