◽ HTML & CSS & JS, jQuery

[JavaScript - 기능 - (6) ] 팝업창 닫고 부모창 새로고침

1
2
3
4
5
6
7
8
<script>
function reload(){
    window.opener.location.reload();
    window.close();
}
</script>
 
<img name="logout" id="logout" src="../image/btn_close.gif" style="cursor: pointer;" alt="창 닫기" onclick="reload()" />
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs

푸터바