페이지 이동중입니다 잠시만 기달려주세여

· 19년 전 · 2162
1. 먼저 아래와 같은 자바 스크립트를 <head>와 </head> 사이에 넣어줍니다.

<script language=javascript>
n = document.layers
ie = document.all
function hide() {
if (ie || n) {
if (n) document.Load.visibility = "hidden"
else Load.style.visibility = "hidden"
}
}
</script>

2. 다음으로 <body> 태그에 onload="hide()"를 추가시켜줍니다. 아래처럼 되겠죠.

<body text=black bgcolor=white onload="hide()">

3. <body> 바로 아래에 아래 스크립트를 넣습니다.

<script language=javascript>
if(ie || n) document.write('<div id="Load" style="position:absolute;width:100%;height:100%;top:0;left:0;background-color:#ffffff;z-index:5">페이지 로딩중 보여줄 내용</div>')
</script>

결국 이것들을 모아보면 아래처럼 됩니다.

<html>
<head>
<title>::: 타이틀 :::</title>
<script language=javascript>
n = document.layers
ie = document.all
function hide() {
if (ie || n) {
if (n) document.Load.visibility = "hidden"
else Load.style.visibility = "hidden"
}
}
</script>
</head>
<body onload="hide()" bgcolor='white' text='black'>
<script language=javascript>
if(ie || n) document.write('<div id="Load" style="position:absolute;width:100%;height:100%;top:0;left:0;background-color:#ffffff;z-index:5">페이지 로딩중 보여줄 내용</div>')
</script>
본래 문서
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 4,759
19년 전 조회 4,811
19년 전 조회 2,674
19년 전 조회 2,325
19년 전 조회 2,656
19년 전 조회 3,284
19년 전 조회 3,070
19년 전 조회 2,055
19년 전 조회 2,121
19년 전 조회 3,292
19년 전 조회 2,510
19년 전 조회 3,768
19년 전 조회 2,717
19년 전 조회 2,004
19년 전 조회 2,621
19년 전 조회 1,870
19년 전 조회 1,550
19년 전 조회 1,684
19년 전 조회 1,962
19년 전 조회 1,727
19년 전 조회 1,924
19년 전 조회 1,715
19년 전 조회 2,107
19년 전 조회 1,995
19년 전 조회 1,610
19년 전 조회 1,605
19년 전 조회 1,502
19년 전 조회 1,385
19년 전 조회 1,559
19년 전 조회 2,128
19년 전 조회 2,538
19년 전 조회 3,049
19년 전 조회 2,457
19년 전 조회 1,959
19년 전 조회 7,174
19년 전 조회 3,872
19년 전 조회 2,493
19년 전 조회 2,505
19년 전 조회 2,995
19년 전 조회 5,921
19년 전 조회 5,714
19년 전 조회 2,392
19년 전 조회 3,446
19년 전 조회 3,010
19년 전 조회 2,366
19년 전 조회 2,885
19년 전 조회 1,739
19년 전 조회 1,885
19년 전 조회 1,985
19년 전 조회 2,163
19년 전 조회 1,829
19년 전 조회 1,965
19년 전 조회 1,929
19년 전 조회 2,012
19년 전 조회 1,678
19년 전 조회 2,799
19년 전 조회 2,125
19년 전 조회 3,392
19년 전 조회 3,428
19년 전 조회 2,680
19년 전 조회 2,761
19년 전 조회 2,590
19년 전 조회 2,839
19년 전 조회 2,832
19년 전 조회 3,313
19년 전 조회 3,022
19년 전 조회 5,424
19년 전 조회 2,262
19년 전 조회 2,339
19년 전 조회 2,164
19년 전 조회 2,085
19년 전 조회 2,080
19년 전 조회 2,279
19년 전 조회 3,357
19년 전 조회 3,209
19년 전 조회 3,001
19년 전 조회 2,693
19년 전 조회 2,780
19년 전 조회 2,442
19년 전 조회 2,485
19년 전 조회 1,754
19년 전 조회 2,461
19년 전 조회 2,829
19년 전 조회 2,826
19년 전 조회 3,116
19년 전 조회 2,900
19년 전 조회 1,868
19년 전 조회 1,971
19년 전 조회 2,875
19년 전 조회 2,371
19년 전 조회 4,127
19년 전 조회 2,634
19년 전 조회 2,523
19년 전 조회 3,668
19년 전 조회 3,254
19년 전 조회 2,378
19년 전 조회 3,173
19년 전 조회 2,383
19년 전 조회 3,226
19년 전 조회 3,634