ÀÚµ¿À¸·Î ´ÝÈ÷´Â ÆË¾÷â
°ü¸®ÀÚ 05-01-22 11:36
[1]-<body onload="javascript:self.opener=self; window.close();">
 Áõ»ó=ÀͽºÇ÷η¯¸¦ ¿­ÀÚ¸¶ÀÚ ¼ø½Ä°£¿¡¹Ù·Î´Ý¾Æ¹ö¸°´Ù.
 ¿ëµµ=¾ÆÁ÷À妽º°¡¾ø´Â ȨÆäÀÌÁö³ª »õâ¶ç¿î ÈÄ »ç¿ëÇϸéµÉµí....±âŸµîµî//

[2]-ÀÏÁ¤¼³Á¤½Ã°£ Áö³­Èİæ°íâ¾øÀÌ ´Ý¾Æ¹ö¸°´Ù.
<HTML>
<HEAD>
<!--- Javascript Start Here ---->
<script>
function startTime(){
        var time= new Date();
        hours= time.getHours();
        mins= time.getMinutes();
        secs= time.getSeconds();
        closeTime=hours*3600+mins*60+secs;
        closeTime+=3;  // âÀÌ ´ÝÈ÷´Â ½Ã°£ ¼³Á¤ ´ÜÀ§)ÃÊ
        Timer();
}

function Timer(){
        var time= new Date();
        hours= time.getHours();
        mins= time.getMinutes();
        secs= time.getSeconds();
        curTime=hours*3600+mins*60+secs
        if (curTime>=closeTime){
                self.close();}
        else{
                window.setTimeout("Timer()",1000)}
}
</script>
</HEAD>
<body OnLoad="javascript:self.opener=self; startTime();">
</body>
</html>


´Ù¸¥ °æ¿ì

--¼³Á¤µÈ ¸î ÃÊÈÄ¿¡ È®ÀÎâ¶ç¿îÈÄ Ã¢´Ý±â--
<HTML>
<HEAD>
<!--- Javascript Start Here ---->
<script>
function startTime(){
        var time= new Date();
        hours= time.getHours();
        mins= time.getMinutes();
        secs= time.getSeconds();
        closeTime=hours*3600+mins*60+secs;
        closeTime+=3;  // âÀÌ ´ÝÈ÷´Â ½Ã°£ ¼³Á¤ ´ÜÀ§)ÃÊ
        Timer();
}

function Timer(){
        var time= new Date();
        hours= time.getHours();
        mins= time.getMinutes();
        secs= time.getSeconds();
        curTime=hours*3600+mins*60+secs
        if (curTime>=closeTime){
                self.close();}
        else{
                window.setTimeout("Timer()",1000)}
}
</script>
</HEAD>
<body onLoad="startTime();">
<!--- Javascript End Here ---->
<br><br>

<table width="100%" height="30%" border="0" cellspacing="0" cellpadding="0" align="center"><tr>
<td align="center" valign="middle">
<font face="Verdana" size="2" color="#000000">ÀÌ Ã¢Àº 3ÃÊ ÈÄ¿¡ ÀÚµ¿À¸·Î ´ÝÈ÷°Ô µË´Ï´Ù.
</font>
</td>
</tr></table>
</body>
</html>

Ãâó : http://sir.co.kr/?doc=bbs/gnuboard.php&bo_table=tiptech&page=5&wr_id=5872