[ Main Menu ] [ Extension Tools Menu ] [ Lite Edition Menu ]

<iAUTHOR> Tag


<iAUTHOR[RESOLVE="<TRUE | FALSE>"] (TRUE)
>

Since iHTML 2.1 resolves its tags to data before the client browser can view them, it may be difficult to debug. iAUTHOR allows resolution of the tags without their removal so the results and source can be viewed together.
UsageThis is used only in the Web site development stage for debugging purposes. The RESOLVE directive will resolve the tags if set to TRUE. No resolution of the iHTML tags is done if this is set to FALSE.
CommentsAny code between this and /iAUTHOR has the original code alongside the resolved version.
Note: These should be removed or used with iIF's in the final code.


iAUTHOR Example
Example Source Code
Top