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

· 19년 전 · 2150
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,749
19년 전 조회 4,803
19년 전 조회 2,664
19년 전 조회 2,318
19년 전 조회 2,648
19년 전 조회 3,280
19년 전 조회 3,064
19년 전 조회 2,043
19년 전 조회 2,111
19년 전 조회 3,284
19년 전 조회 2,503
19년 전 조회 3,764
19년 전 조회 2,702
19년 전 조회 2,000
19년 전 조회 2,613
19년 전 조회 1,863
19년 전 조회 1,540
19년 전 조회 1,674
19년 전 조회 1,959
19년 전 조회 1,723
19년 전 조회 1,917
19년 전 조회 1,704
19년 전 조회 2,100
19년 전 조회 1,985
19년 전 조회 1,600
19년 전 조회 1,597
19년 전 조회 1,497
19년 전 조회 1,378
19년 전 조회 1,550
19년 전 조회 2,124
19년 전 조회 2,530
19년 전 조회 3,036
19년 전 조회 2,449
19년 전 조회 1,952
19년 전 조회 7,166
19년 전 조회 3,868
19년 전 조회 2,485
19년 전 조회 2,498
19년 전 조회 2,989
19년 전 조회 5,912
19년 전 조회 5,702
19년 전 조회 2,382
19년 전 조회 3,437
19년 전 조회 3,003
19년 전 조회 2,358
19년 전 조회 2,874
19년 전 조회 1,732
19년 전 조회 1,879
19년 전 조회 1,978
19년 전 조회 2,151
19년 전 조회 1,816
19년 전 조회 1,960
19년 전 조회 1,920
19년 전 조회 2,001
19년 전 조회 1,665
19년 전 조회 2,792
19년 전 조회 2,122
19년 전 조회 3,385
19년 전 조회 3,414
19년 전 조회 2,673
19년 전 조회 2,748
19년 전 조회 2,580
19년 전 조회 2,827
19년 전 조회 2,827
19년 전 조회 3,304
19년 전 조회 3,012
19년 전 조회 5,418
19년 전 조회 2,245
19년 전 조회 2,329
19년 전 조회 2,157
19년 전 조회 2,072
19년 전 조회 2,074
19년 전 조회 2,270
19년 전 조회 3,345
19년 전 조회 3,202
19년 전 조회 2,994
19년 전 조회 2,684
19년 전 조회 2,773
19년 전 조회 2,436
19년 전 조회 2,477
19년 전 조회 1,749
19년 전 조회 2,452
19년 전 조회 2,816
19년 전 조회 2,819
19년 전 조회 3,104
19년 전 조회 2,891
19년 전 조회 1,857
19년 전 조회 1,966
19년 전 조회 2,867
19년 전 조회 2,360
19년 전 조회 4,112
19년 전 조회 2,623
19년 전 조회 2,515
19년 전 조회 3,657
19년 전 조회 3,246
19년 전 조회 2,371
19년 전 조회 3,166
19년 전 조회 2,374
19년 전 조회 3,222
19년 전 조회 3,626