Gossamer Forum
Home : Products : Gossamer Links : Discussions :

What is wrong with this syntax?

Quote Reply
What is wrong with this syntax?
What is wrong with this syntax?

<%if cmd eq 'entv'%>
<%include include_search.html%>
<%else%>
not here
<%endif%>

With this it goes to error about a syntax error.

If I just use...

<%if cmd eq 'entv'%>
<%include include_search.html%>
<%endif%>

then it only displays half the page before the command!

Unimpressed

--------------------------------
Privacy Software
Subject Author Views Date
Thread What is wrong with this syntax? BLOOD 2311 Jul 17, 2003, 5:05 AM
Thread Re: [BLOOD] What is wrong with this syntax?
Andy 2242 Jul 17, 2003, 5:33 AM
Thread Re: [Andy] What is wrong with this syntax?
BLOOD 2203 Jul 17, 2003, 10:23 AM
Thread Re: [BLOOD] What is wrong with this syntax?
Andy 2222 Jul 17, 2003, 10:28 AM
Post Re: [Andy] What is wrong with this syntax?
BLOOD 2203 Jul 17, 2003, 10:34 AM
Post Re: [BLOOD] What is wrong with this syntax?
pugdog 2167 Jul 20, 2003, 5:45 AM