1:1문의설정 수정적용이 안되요~ 채택완료
/adm/qa_config.php
페이지에서 타이틀이나 분류를 수정해서 저장을 누르면 절대로 저장이 안됩니다. ㅠㅠ
몇가지 체크해보니까 qa_config_update.php 페이지로 넘어가지 않습니다.
그냥 확인 누르는 순간 페이지가 새로고침 되면서 상단으로 다시 포커싱 되는 것 같습니다.
수정을 한 페이지라면 거꾸로 추적해서 해결하겠는데, 처음 만난 페이지가 문제가 생기니 '흐음... 흐음...' 하면서 테스트만 하고 있습니다. ㅎㅎ
혹시 이런 문제가 있어서 해결하신 분 계신지요?
의심되는 주요 부분
<form name="fqaconfigform" id="fqaconfigform" method="post" onsubmit="return fqaconfigform_submit(this);" autocomplete="off">
<input type="hidden" name="token" value="<?php echo $token ?>" id="token">
....
<div class="btn_confirm01 btn_confirm">
<input type="submit" value="확인" class="btn_submit" accesskey="s">
</div>
...
<script>
function fqaconfigform_submit(f)
{
<?php echo get_editor_js("qa_content_head"); ?>
<?php echo get_editor_js("qa_content_tail"); ?>
<?php echo get_editor_js("qa_mobile_content_head"); ?>
<?php echo get_editor_js("qa_mobile_content_tail"); ?>
f.action = "./qa_config_update.php";
return true;
}
</script>
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
저는 꼭 질문 올리면 해결이 되는 이상한 현상이 있어요.
역시나 질문 올리고 해결이 되었지만, 맞을꺼야횽님께 진심으로 감사드려요. ㅎㅎ