vorrei che se il campo TekShop non è spuntato vedo una gif (no_tekshop.gif) altrimenti il resto !
ma non risponde in questo modo...!
codice:<% If isNull (TekShop) = true Then response.write "[img]/shop/interfaccia/no_tekshop.gif[/img] " else %> <span class='prezzi'><%=SimboloValuta%><%=VisualizzaPrezzo(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 %>

Rispondi quotando