게시판 글쓰기가 안되요 ㅠㅠㅠㅠ 정보
게시판 글쓰기가 안되요 ㅠㅠㅠㅠ본문
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=44109&sca=%C6%FB%B8%DE%C0%CF
ㅠㅠ 위 링크의 스킨을 사용하고 있어요
그런데 도대체 글쓰기에서 자꾸
javascript:fwrite_check(document.fwrite);
이런 오류가 뜨구 글쓰기 버튼이 먹히지를 않네요 ㅠㅠ
어떻게 해야할지 모르겠습니다 ㅜㅜ
다른 분들이 쓰신 질답글 보면서 따라하려고 해도 게시판 형식이 달라서 그런지 함부로 다룰 수가 없어요
도와주세요!! ㅠㅠ
*현재 사용중인 테스트창 : http://www.tcdr.co.kr/gnuboard4/bbs/write.php?bo_table=Contect_Us
ㅠㅠ 위 링크의 스킨을 사용하고 있어요
그런데 도대체 글쓰기에서 자꾸
javascript:fwrite_check(document.fwrite);
이런 오류가 뜨구 글쓰기 버튼이 먹히지를 않네요 ㅠㅠ
어떻게 해야할지 모르겠습니다 ㅜㅜ
다른 분들이 쓰신 질답글 보면서 따라하려고 해도 게시판 형식이 달라서 그런지 함부로 다룰 수가 없어요
도와주세요!! ㅠㅠ
*현재 사용중인 테스트창 : http://www.tcdr.co.kr/gnuboard4/bbs/write.php?bo_table=Contect_Us
댓글 전체
<script type="text/javascript">
with (document.fwrite)
{
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_subject) != "undefined")
wr_subject.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
// if (typeof(ca_name) != "undefined")
// if (w.value == "u")
// ca_name.value = "";
}
요거 때문인거 같네요.
//참고하셔서 카테고리사용 안하시면 막아보세요!
with (document.fwrite)
{
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_subject) != "undefined")
wr_subject.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
// if (typeof(ca_name) != "undefined")
// if (w.value == "u")
// ca_name.value = "";
}
요거 때문인거 같네요.
//참고하셔서 카테고리사용 안하시면 막아보세요!
ㅠㅠㅠㅠ 이걸로 변경해도 ㅜㅜ 계속계속 그래요 왜 이럴까요..ㅠㅠㅠ 알수가 없어요 정말..ㅠㅠ