클릭하면 창이 꺼지게 해주는 태그

<head>
<script language='javascript'>
function f_openerSelfClose()
{
    self.opener = "아무 값이나";
    self.close();
}
</script>


<body>
<a href="javascript:f_openerSelfClose();" onfocus="blur()"><img src="../back.gif" width="150" height="46" border="0">

<head> 부분은 <head> </head> 사이에
<body> 부분은 <body> </body> 사이에 넣어준다.

* 오류는 댓글 부탁드립니다.
 «이전 1 ... 12 13 14 15 16 17 18 19 20 ... 103  다음»