codice:
for  i = 0 to recordset
if rs("dispo_ok") = "0" then
response.write "<script>document.test1.totRoom.style.background = '#ff0000';</script>"
						prezzo = 0
						else
						prezzo= rs("prezzo")
						end if	

next
è possibile fare una cosa del genere ?
a me così non funziona...