<HTML>
<HEAD>
<TITLE> Sample Script </TITLE>
</HEAD>
<BODY>
<!------------ 아래의 폼태그를 원하는 위치에 복사해 넣으세요 ---------------->
<p align=center>
<form name="news">
<textarea name="news2" cols=40 rows=4 wrap=virtual></textarea>
</form>
<!------------ 아래 스크립트를 BODY 태그 다음에 복사 해 넣으세요 ----------->
<script language=JavaScript>
var newsText = new Array();
// 보여줄 메세지들을 입력 하세요 (n 표시는 줄을 바꿀때 사용합니다)
newsText[0] = "동해물과 백두산이 마르고 닳도록n(애국가를 시작 합니다)n일동 기립!!";
newsText[1] = "(먼저 1절부터 하겠습니다)n하느님이 보우하사 우리나라 만세";
newsText[2] = "무궁화 삼천리 화려 가앙산";
newsText[3] = "대한 사람 대한으로 길이 보전하세";
newsText[4] = "남산위의 저 소나무 철갑을 두른듯......."
var ttloop = 1; // 메세지 반복 여부? (1 = 반복; 0 = 아님)
var tspeed = 50; // 타이핑 속도 (클수록 느려집니다)
var tdelay = 1000; // 메세지간의 지연 속도 (1000=1초)
var dwAText, cnews=0, eline=0, cchar=0, mxText;
function doNews() {
mxText = newsText.length - 1;
dwAText = newsText[cnews];
setTimeout("addChar()",1000)
}
function addNews() {
cnews += 1;
if (cnews <= mxText) {
dwAText = newsText[cnews];
if (dwAText.length != 0) {
document.news.news2.value = "";
eline = 0;
setTimeout("addChar()",tspeed)
}
}
}
function addChar() {
if (eline!=1) {
if (cchar != dwAText.length) {
nmttxt = ""; for (var k=0; k<=cchar;k++) nmttxt += dwAText.charAt(k);
document.news.news2.value = nmttxt;
cchar += 1;
if (cchar != dwAText.length) document.news.news2.value += "_";
} else {
cchar = 0;
eline = 1;
}
if (mxText==cnews && eline!=0 && ttloop!=0) {
cnews = 0; setTimeout("addNews()",tdelay);
} else setTimeout("addChar()",tspeed);
} else {
setTimeout("addNews()",tdelay)
}
}
doNews()
</script>
<!---------------------- 여기까지 ----------------------->
</BODY>
</HTML><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<HEAD>
<TITLE> Sample Script </TITLE>
</HEAD>
<BODY>
<!------------ 아래의 폼태그를 원하는 위치에 복사해 넣으세요 ---------------->
<p align=center>
<form name="news">
<textarea name="news2" cols=40 rows=4 wrap=virtual></textarea>
</form>
<!------------ 아래 스크립트를 BODY 태그 다음에 복사 해 넣으세요 ----------->
<script language=JavaScript>
var newsText = new Array();
// 보여줄 메세지들을 입력 하세요 (n 표시는 줄을 바꿀때 사용합니다)
newsText[0] = "동해물과 백두산이 마르고 닳도록n(애국가를 시작 합니다)n일동 기립!!";
newsText[1] = "(먼저 1절부터 하겠습니다)n하느님이 보우하사 우리나라 만세";
newsText[2] = "무궁화 삼천리 화려 가앙산";
newsText[3] = "대한 사람 대한으로 길이 보전하세";
newsText[4] = "남산위의 저 소나무 철갑을 두른듯......."
var ttloop = 1; // 메세지 반복 여부? (1 = 반복; 0 = 아님)
var tspeed = 50; // 타이핑 속도 (클수록 느려집니다)
var tdelay = 1000; // 메세지간의 지연 속도 (1000=1초)
var dwAText, cnews=0, eline=0, cchar=0, mxText;
function doNews() {
mxText = newsText.length - 1;
dwAText = newsText[cnews];
setTimeout("addChar()",1000)
}
function addNews() {
cnews += 1;
if (cnews <= mxText) {
dwAText = newsText[cnews];
if (dwAText.length != 0) {
document.news.news2.value = "";
eline = 0;
setTimeout("addChar()",tspeed)
}
}
}
function addChar() {
if (eline!=1) {
if (cchar != dwAText.length) {
nmttxt = ""; for (var k=0; k<=cchar;k++) nmttxt += dwAText.charAt(k);
document.news.news2.value = nmttxt;
cchar += 1;
if (cchar != dwAText.length) document.news.news2.value += "_";
} else {
cchar = 0;
eline = 1;
}
if (mxText==cnews && eline!=0 && ttloop!=0) {
cnews = 0; setTimeout("addNews()",tdelay);
} else setTimeout("addChar()",tspeed);
} else {
setTimeout("addNews()",tdelay)
}
}
doNews()
</script>
<!---------------------- 여기까지 ----------------------->
</BODY>
</HTML><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 930 | 19년 전 | 3545 | ||
| 929 |
|
19년 전 | 2707 | |
| 928 |
|
19년 전 | 3455 | |
| 927 |
|
19년 전 | 3444 | |
| 926 |
|
19년 전 | 3149 | |
| 925 | 19년 전 | 5434 | ||
| 924 |
|
19년 전 | 2170 | |
| 923 |
|
19년 전 | 2225 | |
| 922 |
|
19년 전 | 2316 | |
| 921 |
|
19년 전 | 3412 | |
| 920 | 19년 전 | 3709 | ||
| 919 |
|
19년 전 | 3749 | |
| 918 |
|
19년 전 | 2366 | |
| 917 |
|
19년 전 | 2400 | |
| 916 |
|
19년 전 | 2707 | |
| 915 | 19년 전 | 3052 | ||
| 914 | 19년 전 | 2463 | ||
| 913 | 19년 전 | 2627 | ||
| 912 | 19년 전 | 2462 | ||
| 911 | 19년 전 | 2216 | ||
| 910 | 19년 전 | 3250 | ||
| 909 | 19년 전 | 3312 | ||
| 908 | 19년 전 | 3042 | ||
| 907 |
|
19년 전 | 4876 | |
| 906 |
|
19년 전 | 2719 | |
| 905 |
|
19년 전 | 3319 | |
| 904 |
|
19년 전 | 3156 | |
| 903 |
|
19년 전 | 1997 | |
| 902 |
|
19년 전 | 3148 | |
| 901 |
|
19년 전 | 1882 | |
| 900 |
|
19년 전 | 2340 | |
| 899 |
|
19년 전 | 2404 | |
| 898 |
|
19년 전 | 3988 | |
| 897 |
|
19년 전 | 3188 | |
| 896 |
|
19년 전 | 3106 | |
| 895 |
|
19년 전 | 2542 | |
| 894 |
|
19년 전 | 2020 | |
| 893 |
|
19년 전 | 1651 | |
| 892 |
|
19년 전 | 2419 | |
| 891 |
|
19년 전 | 2330 | |
| 890 |
|
19년 전 | 1816 | |
| 889 |
|
19년 전 | 1813 | |
| 888 |
|
19년 전 | 2613 | |
| 887 |
|
19년 전 | 2584 | |
| 886 |
|
19년 전 | 1876 | |
| 885 |
|
19년 전 | 2117 | |
| 884 |
|
19년 전 | 3308 | |
| 883 |
|
19년 전 | 1956 | |
| 882 |
|
19년 전 | 2503 | |
| 881 |
|
19년 전 | 2582 | |
| 880 |
|
19년 전 | 2665 | |
| 879 |
|
19년 전 | 2940 | |
| 878 |
|
19년 전 | 2561 | |
| 877 |
|
19년 전 | 2984 | |
| 876 |
|
19년 전 | 2762 | |
| 875 |
|
19년 전 | 3524 | |
| 874 | 19년 전 | 1873 | ||
| 873 | 19년 전 | 2737 | ||
| 872 |
|
19년 전 | 2376 | |
| 871 |
|
19년 전 | 2020 | |
| 870 |
|
19년 전 | 2427 | |
| 869 |
|
19년 전 | 1874 | |
| 868 |
|
19년 전 | 5442 | |
| 867 |
|
19년 전 | 2267 | |
| 866 |
|
19년 전 | 4265 | |
| 865 |
|
19년 전 | 2304 | |
| 864 | 19년 전 | 1856 | ||
| 863 | 19년 전 | 2608 | ||
| 862 | 19년 전 | 2335 | ||
| 861 | 19년 전 | 2536 | ||
| 860 | 19년 전 | 2165 | ||
| 859 | 19년 전 | 3929 | ||
| 858 | 19년 전 | 3423 | ||
| 857 | 19년 전 | 2199 | ||
| 856 |
Power
|
19년 전 | 2109 | |
| 855 | 19년 전 | 1972 | ||
| 854 | 19년 전 | 2007 | ||
| 853 |
pearly
|
19년 전 | 4392 | |
| 852 |
pearly
|
19년 전 | 3358 | |
| 851 | 19년 전 | 2779 | ||
| 850 |
pearly
|
19년 전 | 3355 | |
| 849 |
pearly
|
19년 전 | 3015 | |
| 848 |
pearly
|
19년 전 | 2847 | |
| 847 | 19년 전 | 2369 | ||
| 846 |
|
19년 전 | 2177 | |
| 845 |
pearly
|
19년 전 | 2496 | |
| 844 | 19년 전 | 3107 | ||
| 843 | 19년 전 | 2134 | ||
| 842 |
pearly
|
19년 전 | 3126 | |
| 841 |
pearly
|
19년 전 | 3250 | |
| 840 | 19년 전 | 2930 | ||
| 839 |
|
19년 전 | 1945 | |
| 838 |
|
19년 전 | 1708 | |
| 837 |
|
19년 전 | 2332 | |
| 836 |
|
19년 전 | 2274 | |
| 835 |
|
19년 전 | 1650 | |
| 834 |
|
19년 전 | 1668 | |
| 833 |
|
19년 전 | 1575 | |
| 832 |
|
19년 전 | 2068 | |
| 831 |
|
19년 전 | 1617 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기