스크립트를 글로 작성시 403 / 501 에러

· 2013-04-04 (목) 01:09:31 · 1683 · 2
function clickHandler(e) {
// ignore non-left-mouse-clicks and clicks modified with ctrl / command, shift, or alt.
// See: http://jacklmoore.com/notes/click-events/
if (!(e.which > 1 || e.shiftKey || e.altKey || e.metaKey)) {
e.preventDefault();
launch(this);
}
}


소스 메모를위해 위와같은 스크립트를 글쓰기에 작성시 글이 작성되지 않고 에러페이지를 띄우는데요..
원래그런건가요? ㅜ_ㅜ


Method Not Implemented

GET to /bbs/bbs/write_update.php not supported.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
|

댓글 2개

2013-04-04 (목) 01:10:18
여기 게시판은 작성이 되네요~ 저렇게 똑같이 적으면 안되요..ㅜ_ㅜ
2013-04-04 (목) 02:08:37
자문자답이 되었네요~ 호스팅에 문의한 결과 서버 보안상 문제라고 하네요~ 해결했습니다 ^^
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
13-04-04 조회 875
13-04-04 조회 1,684
13-04-03 조회 2,149
13-04-03 조회 1,626
13-04-03 조회 1,372
13-04-03 조회 941
13-04-03 조회 723
13-04-03 조회 1,644
13-04-03 조회 948
13-04-03 조회 1,621
13-04-03 조회 1,818
13-04-03 조회 2,031
13-04-03 조회 767
13-04-03 조회 851
13-04-03 조회 1,179
13-04-03 조회 1,680
13-04-03 조회 939
13-04-03 조회 1,705
13-04-03 조회 1,308
13-04-03 조회 1,147