팝업창에 포커스 주기
페이지 정보
작성자 서방님 댓글 0건 조회 354회 작성일 07-04-17 17:27본문
<script language="javascript">
<!--
function pop()
{
var childWindow = window.open('popup.html','event','left=425, top=10, width=320, height=400, resizable=no, scrollbars=no');
childWindow.focus();
}
//-->
</script>
<!--
function pop()
{
var childWindow = window.open('popup.html','event','left=425, top=10, width=320, height=400, resizable=no, scrollbars=no');
childWindow.focus();
}
//-->
</script>
댓글목록
등록된 댓글이 없습니다.