<script language='JavaScript'>
// IE 전용
var loadedcolor='#E4C74D'; // 로딩바 로딩바 색
var width=370; // 로딩바 가로 너비
var height=15; // 로딩바 세로 높이
var barwidth=370; // 로딩바 가로 너비
var waitTime=5000; // 대기 시간 --> 초단위
var table_align= 'center' ; // 정렬
document.write("<center><font color='#0099FF'><b>홈페이지 접속중<br><br>");
document.write("http://www.webdimall.net</b></font><br> <br>");
document.write("<marquee scrollamount='45' direction='right' width='"+barwidth+"'>");
document.write("<table border='0' cellpadding='1' width='"+width+"' height='"+height+"' ");
document.write("cellspacing='1' bgcolor='"+loadedcolor+"' align='"+table_align+"'>");
document.write("<tr><td width='100%'>");
document.write("</td></tr></table>");
document.write("</marquee>");
window.setTimeout("location.href='http://www.webdimall.net'",waitTime);
</script>
'DATA > Javascript' 카테고리의 다른 글
| 이미지를 위로 올려보내기 (0) | 2008/02/12 |
|---|---|
| 스크롤이 반짝반짝 거려요` (0) | 2008/02/12 |
| 홈페이지 접속시 "LODING" 나오게 하기. (0) | 2008/02/12 |
| 상위메뉴 클릭시 하위메뉴 나오게 하기 (0) | 2008/02/12 |
| 랜덤화면보여주기 (0) | 2008/02/12 |
| 링크에 생기는 점선 싹쓸이 (0) | 2008/02/12 |
TRACKBACK 0 AND
COMMENT 0


이올린에 북마크하기
이올린에 추천하기
PREV