http://nsyang.springnote.com 로 자료 이전 하였습니다. 몇달후에 지금 이 블로그는 폐쇠할 예정입니다.
(자식창)
<form name="frm" method="post" action="./test.jsp" target="pwin">.........</form> <script> document.frm.submit(); self.close();</script> (부모창)<script> window.name = "pwin"; </script>
<form name="frm" method="post" action="./test.jsp" target="pwin">
.........
</form>
<script>
document.frm.submit(); self.close();</script> (부모창)<script> window.name = "pwin"; </script>
document.frm.submit();
self.close();
</script>
(부모창)
<script> window.name = "pwin"; </script>
댓글 없음:
댓글 쓰기