팝업창 지정한 시간대에 예약 열기 입니다.
<script>
var today = new Date();
if (today.getHours() >= 21 || today.getHours() <= 2) {
window.open('http://주소/main.htm','_blank','scrollbars=0 resizable=0 left=1 top=1 width=200 height=200');
}
</script>
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기