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

· 19년 전 · 2166
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,760
19년 전 조회 4,813
19년 전 조회 2,674
19년 전 조회 2,326
19년 전 조회 2,660
19년 전 조회 3,290
19년 전 조회 3,073
19년 전 조회 2,056
19년 전 조회 2,124
19년 전 조회 3,294
19년 전 조회 2,511
19년 전 조회 3,770
19년 전 조회 2,718
19년 전 조회 2,006
19년 전 조회 2,624
19년 전 조회 1,872
19년 전 조회 1,556
19년 전 조회 1,687
19년 전 조회 1,967
19년 전 조회 1,728
19년 전 조회 1,926
19년 전 조회 1,717
19년 전 조회 2,110
19년 전 조회 1,998
19년 전 조회 1,610
19년 전 조회 1,609
19년 전 조회 1,503
19년 전 조회 1,389
19년 전 조회 1,560
19년 전 조회 2,132
19년 전 조회 2,539
19년 전 조회 3,052
19년 전 조회 2,459
19년 전 조회 1,960
19년 전 조회 7,177
19년 전 조회 3,875
19년 전 조회 2,494
19년 전 조회 2,507
19년 전 조회 2,999
19년 전 조회 5,923
19년 전 조회 5,720
19년 전 조회 2,397
19년 전 조회 3,448
19년 전 조회 3,012
19년 전 조회 2,369
19년 전 조회 2,889
19년 전 조회 1,740
19년 전 조회 1,885
19년 전 조회 1,986
19년 전 조회 2,167
19년 전 조회 1,832
19년 전 조회 1,971
19년 전 조회 1,932
19년 전 조회 2,014
19년 전 조회 1,681
19년 전 조회 2,801
19년 전 조회 2,127
19년 전 조회 3,394
19년 전 조회 3,430
19년 전 조회 2,681
19년 전 조회 2,761
19년 전 조회 2,592
19년 전 조회 2,841
19년 전 조회 2,835
19년 전 조회 3,315
19년 전 조회 3,023
19년 전 조회 5,429
19년 전 조회 2,265
19년 전 조회 2,342
19년 전 조회 2,166
19년 전 조회 2,087
19년 전 조회 2,080
19년 전 조회 2,280
19년 전 조회 3,362
19년 전 조회 3,210
19년 전 조회 3,007
19년 전 조회 2,696
19년 전 조회 2,783
19년 전 조회 2,444
19년 전 조회 2,488
19년 전 조회 1,758
19년 전 조회 2,465
19년 전 조회 2,830
19년 전 조회 2,829
19년 전 조회 3,119
19년 전 조회 2,901
19년 전 조회 1,869
19년 전 조회 1,976
19년 전 조회 2,877
19년 전 조회 2,372
19년 전 조회 4,128
19년 전 조회 2,635
19년 전 조회 2,528
19년 전 조회 3,672
19년 전 조회 3,255
19년 전 조회 2,382
19년 전 조회 3,174
19년 전 조회 2,385
19년 전 조회 3,229
19년 전 조회 3,637