|
Di seguito tutti gli interventi pubblicati sul sito, in ordine cronologico.
Di Admin (del 28/09/2010 @ 23:02:01, in dBlog, linkato 198 volte)
<%
function saluto(h)
if (h>=0)AND(h<=7) then
saluto="Buona Notte"
end if
if (h>=8)AND(h<=12) then
saluto="Buon Giorno"
end if
if (h>=13)AND(h<=18) then
saluto="Buon Pomeriggio"
end if
if (h>=19)AND(h<=22) then
saluto="Buona Sera"
end if
if (h>=23)AND(h<=24) then
saluto="Buona Notte"
end if
saluto = ""&saluto&""
end function
response.write saluto(datePart("h",now()) )
%>
Di Admin (del 27/09/2010 @ 07:49:46, in dBlog, linkato 191 volte)
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|