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

· 19년 전 · 2176
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,762
19년 전 조회 4,817
19년 전 조회 2,679
19년 전 조회 2,329
19년 전 조회 2,666
19년 전 조회 3,295
19년 전 조회 3,076
19년 전 조회 2,057
19년 전 조회 2,127
19년 전 조회 3,302
19년 전 조회 2,514
19년 전 조회 3,775
19년 전 조회 2,722
19년 전 조회 2,011
19년 전 조회 2,630
19년 전 조회 1,875
19년 전 조회 1,564
19년 전 조회 1,692
19년 전 조회 1,975
19년 전 조회 1,731
19년 전 조회 1,929
19년 전 조회 1,723
19년 전 조회 2,119
19년 전 조회 2,000
19년 전 조회 1,613
19년 전 조회 1,613
19년 전 조회 1,507
19년 전 조회 1,391
19년 전 조회 1,565
19년 전 조회 2,137
19년 전 조회 2,542
19년 전 조회 3,053
19년 전 조회 2,465
19년 전 조회 1,966
19년 전 조회 7,180
19년 전 조회 3,878
19년 전 조회 2,495
19년 전 조회 2,511
19년 전 조회 3,003
19년 전 조회 5,928
19년 전 조회 5,723
19년 전 조회 2,402
19년 전 조회 3,451
19년 전 조회 3,016
19년 전 조회 2,374
19년 전 조회 2,893
19년 전 조회 1,745
19년 전 조회 1,889
19년 전 조회 1,986
19년 전 조회 2,177
19년 전 조회 1,836
19년 전 조회 1,980
19년 전 조회 1,936
19년 전 조회 2,016
19년 전 조회 1,684
19년 전 조회 2,807
19년 전 조회 2,132
19년 전 조회 3,398
19년 전 조회 3,436
19년 전 조회 2,684
19년 전 조회 2,764
19년 전 조회 2,597
19년 전 조회 2,846
19년 전 조회 2,838
19년 전 조회 3,320
19년 전 조회 3,028
19년 전 조회 5,437
19년 전 조회 2,267
19년 전 조회 2,344
19년 전 조회 2,176
19년 전 조회 2,091
19년 전 조회 2,088
19년 전 조회 2,289
19년 전 조회 3,369
19년 전 조회 3,215
19년 전 조회 3,013
19년 전 조회 2,699
19년 전 조회 2,788
19년 전 조회 2,447
19년 전 조회 2,493
19년 전 조회 1,761
19년 전 조회 2,472
19년 전 조회 2,836
19년 전 조회 2,831
19년 전 조회 3,126
19년 전 조회 2,907
19년 전 조회 1,873
19년 전 조회 1,978
19년 전 조회 2,883
19년 전 조회 2,380
19년 전 조회 4,131
19년 전 조회 2,637
19년 전 조회 2,535
19년 전 조회 3,676
19년 전 조회 3,260
19년 전 조회 2,388
19년 전 조회 3,178
19년 전 조회 2,390
19년 전 조회 3,232
19년 전 조회 3,642