© copyright 2007 - P.IVA 06411340018 - Web Design by Giorgio Pulcini
%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% if (request.QueryString("d"))<> "" then myDay = request.QueryString("d") else myDay = day(date) end if if (request.QueryString("m"))<> "" then myMonth = request.QueryString("m") else myMonth = month(date) end if if (request.QueryString("y"))<> "" then myYear = request.QueryString("y") else myYear = year(date) end if if (myDay = "25") and (myMonth = "12") then 'info= "Pranzo Natale" end if %>
© copyright 2007 - P.IVA 06411340018 - Web Design by Giorgio Pulcini