Hey All,
<% if (isTrue){ %>
<div id="myResults" style="display: none;">
<% } else { %>
<div id="myResults" >
<% } %>
Is there another way to write the preceding? The only difference is displaying it or not based on a condition.
Thanks, rodchar