로딩 이미지
페이지 정보
작성자 서방님 댓글 0건 조회 100회 작성일 11-06-14 11:12본문
<!--로딩중이미지-->
<script type="text/javascript">
//<![CDATA[
function switchScreen() {
document.getElementById("divLoading").style.display = "none";
document.getElementById("divBody").style.display = "";
}
//]]>
</script>
<!--로딩중이미지-->
<body onLoad="switchScreen();">
<div id="divLoading" style="position:absolute; top:65%; left:30%; width:100%; text-align:center; margin:0 auto;">
<img src="loading.gif" alt="잠시만 기다려 주세요. 로딩중입니다." />
</div>
<div id="divBody" style="display:none;">
본문 넣기
</div>
댓글목록
등록된 댓글이 없습니다.