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

· 19년 전 · 2117
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,713
19년 전 조회 4,775
19년 전 조회 2,632
19년 전 조회 2,289
19년 전 조회 2,615
19년 전 조회 3,243
19년 전 조회 3,033
19년 전 조회 2,007
19년 전 조회 2,075
19년 전 조회 3,253
19년 전 조회 2,474
19년 전 조회 3,741
19년 전 조회 2,668
19년 전 조회 1,962
19년 전 조회 2,577
19년 전 조회 1,832
19년 전 조회 1,517
19년 전 조회 1,644
19년 전 조회 1,924
19년 전 조회 1,684
19년 전 조회 1,878
19년 전 조회 1,672
19년 전 조회 2,064
19년 전 조회 1,951
19년 전 조회 1,563
19년 전 조회 1,562
19년 전 조회 1,466
19년 전 조회 1,343
19년 전 조회 1,518
19년 전 조회 2,089
19년 전 조회 2,501
19년 전 조회 2,997
19년 전 조회 2,420
19년 전 조회 1,913
19년 전 조회 7,142
19년 전 조회 3,841
19년 전 조회 2,446
19년 전 조회 2,461
19년 전 조회 2,956
19년 전 조회 5,880
19년 전 조회 5,669
19년 전 조회 2,354
19년 전 조회 3,405
19년 전 조회 2,976
19년 전 조회 2,329
19년 전 조회 2,842
19년 전 조회 1,696
19년 전 조회 1,854
19년 전 조회 1,948
19년 전 조회 2,118
19년 전 조회 1,785
19년 전 조회 1,931
19년 전 조회 1,889
19년 전 조회 1,968
19년 전 조회 1,643
19년 전 조회 2,759
19년 전 조회 2,085
19년 전 조회 3,344
19년 전 조회 3,383
19년 전 조회 2,640
19년 전 조회 2,716
19년 전 조회 2,544
19년 전 조회 2,799
19년 전 조회 2,797
19년 전 조회 3,272
19년 전 조회 2,981
19년 전 조회 5,390
19년 전 조회 2,221
19년 전 조회 2,298
19년 전 조회 2,128
19년 전 조회 2,041
19년 전 조회 2,038
19년 전 조회 2,242
19년 전 조회 3,309
19년 전 조회 3,173
19년 전 조회 2,958
19년 전 조회 2,657
19년 전 조회 2,744
19년 전 조회 2,402
19년 전 조회 2,441
19년 전 조회 1,715
19년 전 조회 2,420
19년 전 조회 2,777
19년 전 조회 2,787
19년 전 조회 3,074
19년 전 조회 2,857
19년 전 조회 1,827
19년 전 조회 1,936
19년 전 조회 2,834
19년 전 조회 2,327
19년 전 조회 4,082
19년 전 조회 2,590
19년 전 조회 2,478
19년 전 조회 3,628
19년 전 조회 3,208
19년 전 조회 2,340
19년 전 조회 3,138
19년 전 조회 2,340
19년 전 조회 3,191
19년 전 조회 3,599