Non capisco una cosa.

<%
immagini = rs("immagini")
If immagini &"[]" <> "[]" Then%>
<%= Immagini%>
<%Else%>
<font color="#800000">Dati non presenti</font>
<%end if %>

HO VARIATO COSI:

<%
immagini = rs("immagini")
If immagini &"[]" <> "[]" Then%>
<%response.write "[img][/img]"%>
<%Else%>
<font color="#800000">Dati non presenti</font>
<%end if >

Ma non credo vadi bene ugualmente infatti l'IMG non si vede e va considerato che
ogni record ha un immagine diversa