모두 이루지리라 얍!
홈
IT/javascript
동적으로 form을 생성하여 service를 호출하는 함수
generator
2010. 9. 8. 10:06
목차
function callService(UserID) { var oForm = document.createElement("form"); var oUserId = document.createElement("input"); oUserId.setAttribute('name', 'pfmUserId'); oUserId.setAttribute('type', 'hidden'); oUserId.setAttribute('value', UserID); oForm.appendChild(oUserId); document.body.appendChild(oForm); oForm.setAttribute('method', 'post'); oForm.setAttribute('action', 'url'); oForm.submit(); }
공유하기
게시글 관리
모두 이루지리라 얍!
저작자표시
비영리
변경금지
티스토리툴바
모두 이루지리라 얍!
구독하기