|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: displaying text depending on what day it is |
From: |
Tim |
Date: |
12/14/1999 8:02:15 AM |
IP: |
207.51.162.13 |
Okay then its simply a syntax problem. Try it like this:
If ..... Then
<!--#INCLUDE FILE="sunday.asp"-->
ElseIf ..... Then
<!--#INCLUDE FILE="monday.asp"-->
ElseIf ..... Then
<!--#INCLUDE FILE="saturday.asp"-->
End If
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|