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>


[ EHTML Overview | EHTML Setup | EHTML Codes | EHTML Problems ]
Please Report Problems With This Page To: Vaxxine Web Development, vaxxweb@vaxxine.com


Original EHTML documentation by RK. EHTML originally designed by JP, updates by RK.