[ ÀÏÁ¤½Ã°£ÈÄ»õâ¶ç¿ì±â ]
<html>
<head>
<title></title>
<script language="javascript">
<!--
function ontop() {
window.setTimeout("winpop()",1000);
}
function winpop() {
window.open("popup.html","win",width=300, height=300")
}
//-->
</script>
</head>
<body onload="ontop()">
</body>
</html>
( ÆäÀÌÁö ·ÎµùÈÄ ÀÏÁ¤½Ã°£ÈÄ-1ÃÊ,1000msec¿¡ popup.htmlÀ̶õ ¹®¼¸¦ »õâÀ¸·Î ¶ç¿ì´Â ¼Ò½ºÀÌ´Ù.
À§ÀÇ ÇìµåºÎºÐ¿¡ ½ºÅ©¸³Æ®¸¦ Àû¾îÁÖ°í ¾Æ·¡ ¹ÙµðºÎºÐ¿¡ onload="ontop()"¶ó´Â ÇÔ¼öÈ£ÃâÀ» ÇØ¾ß ÇÑ´Ù.)
|
|