<% String show = request.getParameter("show"); %>
<%if (show != null) { %>

Done

<%} else {%>

Start

Click Here to Start

<%} %>