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

· 19년 전 · 2152
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,751
19년 전 조회 4,803
19년 전 조회 2,666
19년 전 조회 2,319
19년 전 조회 2,649
19년 전 조회 3,280
19년 전 조회 3,064
19년 전 조회 2,046
19년 전 조회 2,113
19년 전 조회 3,284
19년 전 조회 2,504
19년 전 조회 3,765
19년 전 조회 2,703
19년 전 조회 2,002
19년 전 조회 2,614
19년 전 조회 1,863
19년 전 조회 1,542
19년 전 조회 1,675
19년 전 조회 1,959
19년 전 조회 1,724
19년 전 조회 1,918
19년 전 조회 1,705
19년 전 조회 2,100
19년 전 조회 1,988
19년 전 조회 1,601
19년 전 조회 1,598
19년 전 조회 1,499
19년 전 조회 1,378
19년 전 조회 1,552
19년 전 조회 2,127
19년 전 조회 2,531
19년 전 조회 3,038
19년 전 조회 2,451
19년 전 조회 1,953
19년 전 조회 7,168
19년 전 조회 3,869
19년 전 조회 2,486
19년 전 조회 2,498
19년 전 조회 2,991
19년 전 조회 5,913
19년 전 조회 5,705
19년 전 조회 2,385
19년 전 조회 3,439
19년 전 조회 3,005
19년 전 조회 2,360
19년 전 조회 2,877
19년 전 조회 1,737
19년 전 조회 1,881
19년 전 조회 1,979
19년 전 조회 2,153
19년 전 조회 1,817
19년 전 조회 1,960
19년 전 조회 1,920
19년 전 조회 2,001
19년 전 조회 1,669
19년 전 조회 2,793
19년 전 조회 2,122
19년 전 조회 3,386
19년 전 조회 3,414
19년 전 조회 2,677
19년 전 조회 2,749
19년 전 조회 2,583
19년 전 조회 2,829
19년 전 조회 2,828
19년 전 조회 3,307
19년 전 조회 3,013
19년 전 조회 5,420
19년 전 조회 2,248
19년 전 조회 2,330
19년 전 조회 2,158
19년 전 조회 2,073
19년 전 조회 2,075
19년 전 조회 2,272
19년 전 조회 3,346
19년 전 조회 3,203
19년 전 조회 2,995
19년 전 조회 2,685
19년 전 조회 2,774
19년 전 조회 2,437
19년 전 조회 2,479
19년 전 조회 1,749
19년 전 조회 2,453
19년 전 조회 2,820
19년 전 조회 2,820
19년 전 조회 3,105
19년 전 조회 2,895
19년 전 조회 1,858
19년 전 조회 1,967
19년 전 조회 2,868
19년 전 조회 2,363
19년 전 조회 4,114
19년 전 조회 2,626
19년 전 조회 2,517
19년 전 조회 3,659
19년 전 조회 3,247
19년 전 조회 2,372
19년 전 조회 3,169
19년 전 조회 2,376
19년 전 조회 3,222
19년 전 조회 3,632