728x90
반응형
js 소스
//팝업 게시 기한 스크립트
const today = new Date();
const strDay = new Date("2022/06/14 11:40:00");
const endDay = new Date("2022/06/14 13:58:00");
if (today >= strDay && today < endDay) { // 팝업 게시 기한 설정
document.getElementById('popup').style.display = "block";
}
html 소스
728x90
반응형
'IT > jsp' 카테고리의 다른 글
jsp 퀵메뉴, top버튼 만들기 (0) | 2022.06.13 |
---|---|
jsp 팝업창 이동하기 (0) | 2022.06.13 |
즐겨찾기 추가 및 해제 구현하기 (0) | 2022.06.08 |
jsp 팝업창 만들기 (0) | 2022.06.07 |
vTicker 활용한 롤링배너 사용하기 (0) | 2022.06.07 |
댓글