팝업으로 폼값 넘기기 > script

본문 바로가기

script

팝업으로 폼값 넘기기

작성일 07-03-16 13:59

페이지 정보

작성자서방님 조회 311회 댓글 0건

본문

 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(); // 새창으로 폼값 전송

댓글목록

등록된 댓글이 없습니다.

게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기