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

· 19년 전 · 2259
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,870
19년 전 조회 4,915
19년 전 조회 2,783
19년 전 조회 2,424
19년 전 조회 2,755
19년 전 조회 3,391
19년 전 조회 3,172
19년 전 조회 2,155
19년 전 조회 2,222
19년 전 조회 3,393
19년 전 조회 2,604
19년 전 조회 3,870
19년 전 조회 2,809
19년 전 조회 2,095
19년 전 조회 2,731
19년 전 조회 1,985
19년 전 조회 1,674
19년 전 조회 1,786
19년 전 조회 2,079
19년 전 조회 1,819
19년 전 조회 2,020
19년 전 조회 1,818
19년 전 조회 2,210
19년 전 조회 2,101
19년 전 조회 1,723
19년 전 조회 1,707
19년 전 조회 1,603
19년 전 조회 1,473
19년 전 조회 1,660
19년 전 조회 2,223
19년 전 조회 2,646
19년 전 조회 3,140
19년 전 조회 2,557
19년 전 조회 2,053
19년 전 조회 7,287
19년 전 조회 3,989
19년 전 조회 2,570
19년 전 조회 2,609
19년 전 조회 3,112
19년 전 조회 6,021
19년 전 조회 5,825
19년 전 조회 2,484
19년 전 조회 3,542
19년 전 조회 3,103
19년 전 조회 2,467
19년 전 조회 2,984
19년 전 조회 1,835
19년 전 조회 1,979
19년 전 조회 2,085
19년 전 조회 2,260
19년 전 조회 1,925
19년 전 조회 2,067
19년 전 조회 2,019
19년 전 조회 2,105
19년 전 조회 1,773
19년 전 조회 2,897
19년 전 조회 2,217
19년 전 조회 3,485
19년 전 조회 3,542
19년 전 조회 2,784
19년 전 조회 2,858
19년 전 조회 2,694
19년 전 조회 2,937
19년 전 조회 2,942
19년 전 조회 3,407
19년 전 조회 3,126
19년 전 조회 5,529
19년 전 조회 2,357
19년 전 조회 2,402
19년 전 조회 2,270
19년 전 조회 2,183
19년 전 조회 2,192
19년 전 조회 2,392
19년 전 조회 3,466
19년 전 조회 3,316
19년 전 조회 3,113
19년 전 조회 2,794
19년 전 조회 2,892
19년 전 조회 2,557
19년 전 조회 2,595
19년 전 조회 1,869
19년 전 조회 2,571
19년 전 조회 2,930
19년 전 조회 2,932
19년 전 조회 3,229
19년 전 조회 3,016
19년 전 조회 1,970
19년 전 조회 2,073
19년 전 조회 2,976
19년 전 조회 2,468
19년 전 조회 4,239
19년 전 조회 2,743
19년 전 조회 2,625
19년 전 조회 3,775
19년 전 조회 3,346
19년 전 조회 2,496
19년 전 조회 3,287
19년 전 조회 2,491
19년 전 조회 3,353
19년 전 조회 3,746