Torna al Thread

do while not rs_loghi.eof arrLoghi = split(rs_loghi("loghi"),";") arrLink = split(rs_loghi("links"),";") response.write "<h1 class=""scuro"">"&rs_loghi("cat")&"</h1><div align=""justify"" class=""provv"">" for l = 0 to ubound(arrLoghi) if arrLink(l) <> "" then hrefA = "<a href="""&arrLink(l)&""" target=""_blank"">" hrefC = "</a>" else hrefA = "" hrefC = "" end if strImgLoghi = strImgLoghi & hrefA & "<img src=""Img/prodotti/"&arrLoghi(l)&".gif"" align=""absmiddle"" alt="""" border=""0"" style=""margin-right:25px; margin-bottom:10px;margin-left:10px"">" & hrefC next response.write strImgLoghi&"</div>" strImgLoghi = null rs_loghi.movenext loop
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5