자바스크립트 새창 닫기 질문
네옹
10년 전
조회 2,610
*** a.php 내용---a-parent창
1. f.target = "iframep"; f.action = "b.php"; f.submit(); 2.
3. openwin = window.open("d.php","childd","width=299,height=149"); var title = "parent2"; document.ini.target ="_parent"; document.ini.submit(); return true; *** b.php 내용---b-iframe창 결제소스1.별거없음. f.submit();
*** c.php 내용---c-iframe창 결제소스2.별거없음. -->여기에서 d.php창을 닫아야 합니다. 1. var openwin=window.open("d.php","childd","width=299,height=149"); openwin.close(); -->여기서 d.php를 닫으려면 ...
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인