<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년 전 | 3555 | ||
| 929 |
|
19년 전 | 2724 | |
| 928 |
|
19년 전 | 3462 | |
| 927 |
|
19년 전 | 3457 | |
| 926 |
|
19년 전 | 3155 | |
| 925 | 19년 전 | 5447 | ||
| 924 |
|
19년 전 | 2185 | |
| 923 |
|
19년 전 | 2246 | |
| 922 |
|
19년 전 | 2331 | |
| 921 |
|
19년 전 | 3422 | |
| 920 | 19년 전 | 3718 | ||
| 919 |
|
19년 전 | 3764 | |
| 918 |
|
19년 전 | 2383 | |
| 917 |
|
19년 전 | 2413 | |
| 916 |
|
19년 전 | 2721 | |
| 915 | 19년 전 | 3068 | ||
| 914 | 19년 전 | 2475 | ||
| 913 | 19년 전 | 2637 | ||
| 912 | 19년 전 | 2467 | ||
| 911 | 19년 전 | 2234 | ||
| 910 | 19년 전 | 3262 | ||
| 909 | 19년 전 | 3326 | ||
| 908 | 19년 전 | 3056 | ||
| 907 |
|
19년 전 | 4883 | |
| 906 |
|
19년 전 | 2724 | |
| 905 |
|
19년 전 | 3324 | |
| 904 |
|
19년 전 | 3167 | |
| 903 |
|
19년 전 | 2009 | |
| 902 |
|
19년 전 | 3163 | |
| 901 |
|
19년 전 | 1897 | |
| 900 |
|
19년 전 | 2354 | |
| 899 |
|
19년 전 | 2412 | |
| 898 |
|
19년 전 | 4002 | |
| 897 |
|
19년 전 | 3206 | |
| 896 |
|
19년 전 | 3119 | |
| 895 |
|
19년 전 | 2553 | |
| 894 |
|
19년 전 | 2032 | |
| 893 |
|
19년 전 | 1663 | |
| 892 |
|
19년 전 | 2429 | |
| 891 |
|
19년 전 | 2342 | |
| 890 |
|
19년 전 | 1826 | |
| 889 |
|
19년 전 | 1827 | |
| 888 |
|
19년 전 | 2620 | |
| 887 |
|
19년 전 | 2590 | |
| 886 |
|
19년 전 | 1880 | |
| 885 |
|
19년 전 | 2132 | |
| 884 |
|
19년 전 | 3318 | |
| 883 |
|
19년 전 | 1965 | |
| 882 |
|
19년 전 | 2516 | |
| 881 |
|
19년 전 | 2598 | |
| 880 |
|
19년 전 | 2676 | |
| 879 |
|
19년 전 | 2950 | |
| 878 |
|
19년 전 | 2572 | |
| 877 |
|
19년 전 | 2992 | |
| 876 |
|
19년 전 | 2768 | |
| 875 |
|
19년 전 | 3527 | |
| 874 | 19년 전 | 1883 | ||
| 873 | 19년 전 | 2749 | ||
| 872 |
|
19년 전 | 2385 | |
| 871 |
|
19년 전 | 2031 | |
| 870 |
|
19년 전 | 2437 | |
| 869 |
|
19년 전 | 1880 | |
| 868 |
|
19년 전 | 5453 | |
| 867 |
|
19년 전 | 2279 | |
| 866 |
|
19년 전 | 4282 | |
| 865 |
|
19년 전 | 2317 | |
| 864 | 19년 전 | 1868 | ||
| 863 | 19년 전 | 2624 | ||
| 862 | 19년 전 | 2343 | ||
| 861 | 19년 전 | 2542 | ||
| 860 | 19년 전 | 2183 | ||
| 859 | 19년 전 | 3933 | ||
| 858 | 19년 전 | 3431 | ||
| 857 | 19년 전 | 2218 | ||
| 856 |
Power
|
19년 전 | 2116 | |
| 855 | 19년 전 | 1979 | ||
| 854 | 19년 전 | 2015 | ||
| 853 |
pearly
|
19년 전 | 4417 | |
| 852 |
pearly
|
19년 전 | 3367 | |
| 851 | 19년 전 | 2788 | ||
| 850 |
pearly
|
19년 전 | 3363 | |
| 849 |
pearly
|
19년 전 | 3021 | |
| 848 |
pearly
|
19년 전 | 2859 | |
| 847 | 19년 전 | 2383 | ||
| 846 |
|
19년 전 | 2193 | |
| 845 |
pearly
|
19년 전 | 2515 | |
| 844 | 19년 전 | 3119 | ||
| 843 | 19년 전 | 2148 | ||
| 842 |
pearly
|
19년 전 | 3133 | |
| 841 |
pearly
|
19년 전 | 3256 | |
| 840 | 19년 전 | 2944 | ||
| 839 |
|
19년 전 | 1956 | |
| 838 |
|
19년 전 | 1719 | |
| 837 |
|
19년 전 | 2341 | |
| 836 |
|
19년 전 | 2290 | |
| 835 |
|
19년 전 | 1664 | |
| 834 |
|
19년 전 | 1681 | |
| 833 |
|
19년 전 | 1586 | |
| 832 |
|
19년 전 | 2076 | |
| 831 |
|
19년 전 | 1626 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기