Jump to content

marclacroix

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by marclacroix

  1. Hi, here you have an image contained into a cell that will change every hour, you would need 24 fotos to use it.What is the time period you need?
    <%@ Language=VBScript %><%Dim timeHour, imageCelltime = hour(now)Select Case timeHour	Case 0  imageCell = "image_0.gif"	Case 1  imageCell = "image_1.gif"	Case 2  imageCell = "image_2.gif"	'...	Case 23  imageCell = "image_23.gif"End Select%><html><body><table border>	<tr>  <td background="<%=imageCell%>"></td>	</tr></body></table></html>

×
×
  • Create New...