Saturday 25 December 2010

Merry Christmas

   


<%
Dim msg
if date() = "25/12/2010" then
   msg = "MERRY CHRISTMAS TO ALL"
else
   msg = "Where's Santa?"
end if
Response.write msg
%>


0 thoughts:

Post a Comment

Comments are moderated. I apologize if I don't publish comments immediately.

However, I do answer to all the comments.