팝업창으로 폼 전송
페이지 정보
작성자 JMStudy 작성일18-10-31 17:54 조회6,752회 댓글0건본문
function btn_submit(){
$("#fpopup").one("submit", function() {
window.open('','pop_target','width=1100, height=800, top=0, left=0, resizable=no, status=no, menubar=no, toolbar=no, scrollbars=yes, location=no');
this.action = "./popup.html";
this.method = 'POST';
this.target = 'pop_target';
}).trigger("submit");
}
댓글목록
등록된 댓글이 없습니다.