codice:
<%
		if rs.fields("avatar") = "" Then
		Else
		testo=rs.fields("avatar") 
		testo=replace(testo,"@1","<img src=/fcrore/asp/avatar/images.jpg width='69' height='60'>") 
		testo=replace(testo,"@2","<img src=/fcrore/asp/avatar/images1.jpg width='69' height='60'>") 
		testo=replace(testo,"@3","<img src=/fcrore/asp/avatar/images3.jpg width='69' height='60'>")
		testo=replace(testo,"@4","<img src=/fcrore/asp/avatar/motocross.jpg width='69' height='60'>")
		testo=replace(testo,"@5","<img src=/fcrore/asp/avatar/symbols.gif width='69' height='60'>")

		response.write testo 
		End if
		%>
invalid use of NULL

Questo è l'errore che non mi lascia copiare grrrrrrrr

Che faccio?