I like to dispaly an image based off Date and time

IE: dispaly image  at friday between 7pm amd 10pm and the diplay the
image again on saturday at 2pm to 4pm

i'm trying work the case statement for this

<% Dim dat
dat=WeekDay(Date)
dim tv
tv=TimeValue(7:00pm)
%>
<%
Select Case dat tv
  case 1
    response.write("")
  case 2
    response.write("")
  case 3
    response.write("")
  case 4
    response.write("\")
  case 5
    response.write("table to diplay image and some text")
  case 6
    response.write("table to diplay image and some text")
    case 7
    response.write("")
  end select
%>

any suggetions or advice 

Thank you for your time in advanced

Sven









 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to