17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 928 Views |
-
Multiple conditions

30 May 2008 at 1:01am Last edited: 30 May 2008 1:02am
Hi,
Is it possible to use multiple conditions with page controls.
I have a script what displays two different menus depending on a condition:
<% if Children %>
<% if ID != 23 %>
// Code to display first menu
<% end_if %><% else %>
// Code to display second menu
<% end_if %>Basically, I want insert another condition within the Children one - something like this:
<% if Children OR ID != 23 %>
Is this possible?
Thanks
| 928 Views | ||
|
Page:
1
|
Go to Top |

