묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
상담게시판 작성후 이동하는 페이지를 홈으로 가게 하는 법
2011.11.02 18:26
var url;
if(!document_srl)
{
url = current_url.setQuery('mid',mid).setQuery('act','');
}
else
{
url = current_url.setQuery('mid',mid).setQuery('document_srl',document_srl).setQuery('act','');
}
if(category_srl) url = url.setQuery('category',category_srl);
alert('완료되었습니다.');
location.href = '/xe/';
completeReload(ret_obj)
biard/tpl/js/board.js 파일입니다. 26줄 근처입니다.
상담자는 상담글만 쓸 수 있고
목록을 볼 수 없도록하였습니다.
이 경우 작성후 그냥 쓰기 페이지로 돌아갑니다.
쓰기 페이지로 가지말고
'완료되었습니다' 하고 뜨고서
홈으로 또는 지정된 페이지로 가도록 하고 싶습니다.
location.href = 'http://www.xpressengine.com';
이렇게 해도 그냥 쓰기 페이지가 보여집니다.