|
| |
|
|
hzarabet
Posts: 1540 From: New Milford CT USA Status: offline
|
Using an include page in an IF-Then statement - 12/14/2001 20:54:41
Hi all: I am using an If-Then statement which is not working. No error, just not working. I've tried: <%If request.form("massmail") = "5" then response.write "<!--#include file=""navbardeluxe.asp""-->" end if %> and <%If request.form("massmail") = "5" then response.write "<!--#include file='navbardeluxe.asp'-->" end if %> The problem is in the second half of the statement. Thanks http://www.Signingshotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
Spooky
Posts: 26606 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: Using an include page in an IF-Then statement - 12/14/2001 23:35:46
You cant do either :( What you need to do is : <%If request.form("massmail") = "5" then %> <!--#include file="navbardeluxe.asp"--> <%end if %> §þððk¥ Database / DRW Q & A VP-ASP Shopping cart
|
|
|
|
hzarabet
Posts: 1540 From: New Milford CT USA Status: offline
|
RE: Using an include page in an IF-Then statement - 12/15/2001 0:18:14
As always, thank you. BTW, I received about 6 email messages as a response to this, and none of them had hyperlinks to Outfront. http://www.Signingshotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|