해쉬값 사용
적용 범위
해쉬 SSR 처리 (예: ?hash=mContainer)
common\menu\header.asp
<%
'코드 생략
HashPage = Request.QueryString("hash") <> ""
%>
<%
if HashPage then
%>
<%
End if
%>
<header id="headertop" class="<%=hcode%>" <% if HashPage then %>style="position: absolute; visibility: hidden;"<% end if %>>
<!-- 코드 생략 -->
</header>
페이지 예외 처리
l\gong\quizbank\2024\choice.asp