Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<% if (someServerSideCheck) { %>
<a class="Item" href="somePage.html">Contents</a>
<% } else { %>
Contents
<% } %>
<a href="someLink.html" onclick="return(false);">Text</a>
indeed i am doing that, but we need to do the cosmetics to get the disabled look so what i am thinking is to change the color(#ACA899) of the link and disable onclick
<a href="somePage.html" style="color:#ACA899;">text</a>