자바스크립트 새창 닫기 질문
본문
*** a.php 내용---a-parent창
1. f.target = "iframep";
f.action = "b.php";
f.submit();
2.<div style="display:none;"><iframe src="b.php" name="iframep" width="100" height="100"></iframe></div>
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를 닫으려면 ...
답변을 작성하시기 전에 로그인 해주세요.