× - 코드 및 콘솔 화면은 [ code ] 내용 [ /code ] 태그 처리하여 주세요.
- 강조하고자 하는 내용은 [ b ] 내용 [ /b ] 태그 처리하여 주세요.

크롬 브라우저에서 document.insertBefore(Form); 동작 안함

  • jeeg
    (강철지그)
  • jeeg's Avatar 이 글의 작성자
  • Offline
  • Junior
  • Junior
더보기
19 Jun 2014 10:07 - 19 Jun 2014 10:07 #316 작성자: jeeg
jeeg 님의 글: 크롬 브라우저에서 document.insertBefore(Form); 동작 안함
웹 표준을 준수하기 위하여 UI 를 수정하고 있는데,
Post 처리를 위하여 사용하는 document.insertBefore(Form); 가
크롬에서 동작하지 않습니다.

혹시 이유나 힌트가 있으신 분은 공유 부탁드립니다.
더보기
26 Jun 2014 01:18 #344 작성자: nastyboy
nastyboy 님의 답글: 크롬 브라우저에서 document.insertBefore(Form); 동작 안함
동적으로 form 객체를 만들어 전송하는 것 같네요.

document.insertBefore(Form); 가 아닌
document.body.insertBefore(Form); 로 사용해 보시기 바랍니다.

참고:

var insertedElement = parentElement.insertBefore(newElement, referenceElement);
Time to create page: 0.078 seconds
Powered by Kunena Forum