팝업으로 폼값 넘기기
페이지 정보
작성자 서방님 댓글 0건 조회 137회 작성일 07-03-16 13:59본문
var search_pop = window.open("","search_pop","width=0, height=0, marginwidth=0, marginheight=0, resizable=0, scrollbars=yes"); // 새창띄우기
search_pop.focus(); // 새창에 포커스 주기
document.form1.target = "search_pop"; // 새창 타겟
document.form1.action="02_search_view_popup.asp"; // 새창 url
document.form1.submit(); // 새창으로 폼값 전송
search_pop.focus(); // 새창에 포커스 주기
document.form1.target = "search_pop"; // 새창 타겟
document.form1.action="02_search_view_popup.asp"; // 새창 url
document.form1.submit(); // 새창으로 폼값 전송
댓글목록
등록된 댓글이 없습니다.