한국어
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> 이 효과를 얻으려면 두 단계가 필요합니다. 첫 번째 단계. : <body> 영역에 다음 코드를 추가합니다. <script 언어="JavaScript"> Destination='http://www.downcodes.com/' Messages=new Array() Messages[0]="Welcome To Website Building'; Academy"; Messages[1]="이 사이트에서는 웹페이지 제작 학습, 웹페이지 특수효과, 애니메이션 제작, 웹사이트 구축 가이드, 네트워크 프로그래밍 등을 수집하고 있습니다."; Messages[2]="이 특수효과에 여러 특수효과를 추가할 수 있습니다. 코드를 방문하신 것을 환영합니다. http://www.downcodes.com"; FntFace='宋体'; FntColour='66FF33'; FntSize='4'; Speed=2000; count=-1; move=1; if (문서 .all){ document.write('< div style="position:absolute;top:0;left:0;width:'+document.body.clientWidth+'">') document.write('<center>< div id="msg" style="position :relative;top:'+document.body.clientHeight/2+'"></div></center>') document.write('</div>') ; } if (document.layers) document.write('<layer name=nmsg top='+((window.innerHeight/2)-10)+'></layer>') function Splash(){ TMR= setTimeout('Splash()',Speed) ; if (count != Messages.length-1) count=count+move; else {window.location.href=Destination;clearTimeout(TMR)} if (document.all) 문서 .all.msg.innerHTML='<fontface='+FntFace+' size='+FntSize+' color='+FntColour+'>'+Messages[count]+'</font>'; if (document.layers){ document.layers.nmsg.document.open( ); document.layers.nmsg.document.write('<center><fontface='+FntFace+' size='+FntSize+' color='+FntColour+'>'+Messages [count]+'</font>< /center>'); document.layers.nmsg.document.close(); } } </script> 2단계: <에 "onload="Splash()""를 추가합니다. body> 태그(예: <body onload ="Splash()">)