I understand that -- but a simple:
If Date > 10/01 And Date < 10/31 Then
Response.write "Display Logo1"
Elese
Response.write "Display Logo 2"
End If
Doesn't work..
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%...
>a simple IF/THEN with Response.Write() will work if you dont store the info
>in a DB.
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "DavidM" <> wrote in message
> news:...
>> Hello -- I would like to display a different logo on my website for
>> different seasons of the month.
>>
>> I currently have a logo for Halloween, Thanksgiving, and December.
>>
>> Can someone tell me what VBScript/ASP code I need to display an HTML
>> image.
>>
>> Basically:
>> 1) any date from 10/01 thru 10/31 I would like to display the Halloween.
>> 2) any date between 11/01 - 11/30, I would like to display Thanksgiven.
>> 3) any date between 12/01 - 12/31, I would like to display the Christmas.
>>
>> Any help would be appreciated.
>>
>>
>>
>
>