묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
xe 검색기 에 대한 설명이 있는곳이 있을까요.
2012.07.27 21:12
xe 1527 버전입니당.
xe_official
레이아웃중에
<form action="{getUrl()}" method="post" class="iSearch">
<input type="hidden" name="vid" value="{$vid}" cond="$vid" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input type="hidden" name="search_target" value="title_content" />
<input name="is_keyword" type="text" class="iText" title="keyword" />
<input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
</form>
검색기 소스 부분인대
여기서 {getUrl()} 이 기본 /xe 주소 인대
어떻게
이렇게 바로 넘어가지는..
싸이트 주소 에 추가 된거나 바뀐것도 없이....
궁금합네다!. 어떻게 된거지?
검색 부분 설명해주는 곳 없을까요... 너무 복잡하네 ㅠㅠㅠㅠㅠㅠ
<input type="hidden" name="act" value="IS" />
이것 때문입니다.
폼이 post 방식으로 넘어가기 때문에
주소줄에는 나타나지 않지만
보통 주소줄에 ?act=IS 이렇게 붙은 것과 같다고 생각하면 됩니다.
물론 폼을 get 방식으로 넘기면
주소줄에 표시가 됩니다........