" target="_blank"><%=db("allegato")%>
<% end if %>
<%=db("titolo")%>
<%if db("foto1") <> "" then%>
" alt="<%=db("Titolo")%>" />
<%end if%>
<%if db("foto2") <> "" then%>
" alt="<%=db("Titolo")%>" />
<%end if%>
<%if db("foto3") <> "" then%>
" alt="<%=db("Titolo")%>" />
<%end if%>
<%
testo = db("testoHTM")
if instr(testo,vbCrLf) then
testo = replace(testo,vbCrLf,"") end if testo = "
"&testo&"
" %><%=db("sottotitolo")%>
<%=testo%> <%if db("Link") <> "" then%> More info:" target="blank"><%=db("Link")%> <%end if%> <% end if RS1.Close Set RS1 = Nothing %>
<%if idChi = 0 then%> sei il visitatore n°: <% '---------------------------------------------------------------------- ' exaCOUNTER V0.2 '---------------------------------------------------------------------- ' Nome del file del contatore bFileName = "cnt/index.txt" '---------------------------------------------------------------------- strCountFileName = Server.MapPath(bFileName) Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objCountFile = objFSO.OpenTextFile(strCountFileName, 1, True) If Not objCountFile.AtEndOfStream Then iCount = CDbl(objCountFile.ReadAll) Else iCount = 0 End If objCountFile.Close Set objCountFile = Nothing iCount = iCount + 1 Set objCountFile = objFSO.CreateTextFile(strCountFileName, True) objCountFile.Write iCount objCountFile.Close Set objCountFile = Nothing Set objFSO = Nothing Response.Write ""& iCount &"" %> <%end if%>