반응형

<script type="text/javascript">

function update2(){

window.opener.location.href="URL주소";

self.close();

}

</script>


<a href="#" onclick="update2();">

이동하세요

</a>



window.location.href="URL주소";

반응형

+ Recent posts