one of the things I enjoyed about Links 2 was the "template parser."
For example, I could have the following in one of my HTML pages
<%if show_detail = 'Yes'%>
some HTML stuff here
<%endif%>
where show_detail is a column in the idx_link table
Can I do something similar in a INDEXU page and if so, how?


