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

· 19년 전 · 2135
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,735
19년 전 조회 4,791
19년 전 조회 2,650
19년 전 조회 2,306
19년 전 조회 2,638
19년 전 조회 3,269
19년 전 조회 3,051
19년 전 조회 2,034
19년 전 조회 2,097
19년 전 조회 3,271
19년 전 조회 2,488
19년 전 조회 3,756
19년 전 조회 2,693
19년 전 조회 1,982
19년 전 조회 2,598
19년 전 조회 1,854
19년 전 조회 1,535
19년 전 조회 1,663
19년 전 조회 1,944
19년 전 조회 1,706
19년 전 조회 1,902
19년 전 조회 1,692
19년 전 조회 2,088
19년 전 조회 1,972
19년 전 조회 1,585
19년 전 조회 1,584
19년 전 조회 1,483
19년 전 조회 1,359
19년 전 조회 1,538
19년 전 조회 2,110
19년 전 조회 2,515
19년 전 조회 3,020
19년 전 조회 2,442
19년 전 조회 1,933
19년 전 조회 7,156
19년 전 조회 3,856
19년 전 조회 2,467
19년 전 조회 2,481
19년 전 조회 2,974
19년 전 조회 5,899
19년 전 조회 5,687
19년 전 조회 2,370
19년 전 조회 3,425
19년 전 조회 2,990
19년 전 조회 2,345
19년 전 조회 2,860
19년 전 조회 1,716
19년 전 조회 1,869
19년 전 조회 1,964
19년 전 조회 2,136
19년 전 조회 1,804
19년 전 조회 1,949
19년 전 조회 1,907
19년 전 조회 1,987
19년 전 조회 1,657
19년 전 조회 2,776
19년 전 조회 2,104
19년 전 조회 3,371
19년 전 조회 3,404
19년 전 조회 2,657
19년 전 조회 2,738
19년 전 조회 2,564
19년 전 조회 2,818
19년 전 조회 2,814
19년 전 조회 3,284
19년 전 조회 3,001
19년 전 조회 5,407
19년 전 조회 2,233
19년 전 조회 2,314
19년 전 조회 2,140
19년 전 조회 2,053
19년 전 조회 2,057
19년 전 조회 2,258
19년 전 조회 3,333
19년 전 조회 3,190
19년 전 조회 2,977
19년 전 조회 2,676
19년 전 조회 2,765
19년 전 조회 2,416
19년 전 조회 2,463
19년 전 조회 1,734
19년 전 조회 2,438
19년 전 조회 2,800
19년 전 조회 2,804
19년 전 조회 3,091
19년 전 조회 2,879
19년 전 조회 1,843
19년 전 조회 1,957
19년 전 조회 2,854
19년 전 조회 2,349
19년 전 조회 4,099
19년 전 조회 2,608
19년 전 조회 2,500
19년 전 조회 3,642
19년 전 조회 3,230
19년 전 조회 2,362
19년 전 조회 3,150
19년 전 조회 2,355
19년 전 조회 3,208
19년 전 조회 3,617