#! /usr/local/bin/ehtml The Official EHTML Page - Code ENDIF

The Official EHTML Page - Code ENDIF

To Control The Flow Of Your Page


The <ENDIF> code under EHTML is used to terminate an <IF> code. You must have one, and only one, <ENDIF> code for each <IF> code.


Setup

The < ENDIF > code always has the basic format of:

 <IF %location% == domain>  - or - 
 <IF %location% != domain> 
Some EHTML/HTML codes...
<ELSEIF %location% == domain> - or - <ELSEIF %location% != domain>
Some EHTML/HTML codes...
<ELSE>
Some EHTML/HTML codes...
<ENDIF>