원하는 날짜까지 이미지 보이게 하기
로빈아빠
본문
2003년 7월 20일까지 new이미지가 보입니다~
<head>와 </head> 사이에 넣는다
<script>
<!--
// up(또는 new등..) 이미지의 경로를 설정 하세요
var imagetag='<img src="이미지주소">'
var today=new Date()
function expireat(expiredate){
var expire=new Date(expiredate)
if (today.getTime()<=expire.getTime())
document.write(imagetag)
}
//-->
</script>
<body>와 </body>사이에 넣어주세여
<script>
expireat("july 20, 2003") //2003년 7월 20일까지 up이미지가 보입니다</script>
2003년 7월 20일까지 up이미지가 보입니다 <-이미지 뒤에 나올 말
</script>
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=jt&wr_id=21
<head>와 </head> 사이에 넣는다
<script>
<!--
// up(또는 new등..) 이미지의 경로를 설정 하세요
var imagetag='<img src="이미지주소">'
var today=new Date()
function expireat(expiredate){
var expire=new Date(expiredate)
if (today.getTime()<=expire.getTime())
document.write(imagetag)
}
//-->
</script>
<body>와 </body>사이에 넣어주세여
<script>
expireat("july 20, 2003") //2003년 7월 20일까지 up이미지가 보입니다</script>
2003년 7월 20일까지 up이미지가 보입니다 <-이미지 뒤에 나올 말
</script>
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=jt&wr_id=21
관련링크
댓글목록
등록된 댓글이 없습니다.