sto provando questo script
<%
'INDIRIZZO
Dim campo
If Rec("campo")="xx" then
response.write(""[img]xx.jpg[/img]"")
Else then
If Rec("campo")="yy" then
response.write(""[img]yy.jpg[/img]"")
End If
%>
dove sto sbagliando
sto provando questo script
<%
'INDIRIZZO
Dim campo
If Rec("campo")="xx" then
response.write(""[img]xx.jpg[/img]"")
Else then
If Rec("campo")="yy" then
response.write(""[img]yy.jpg[/img]"")
End If
%>
dove sto sbagliando