iframe 자식창에서 메인창의 url 변경하기

반응형

<script>

    window.parent.location.href="/index.html";

</script>

반응형

댓글()