<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년 전 | 3559 | ||
| 929 |
|
19년 전 | 2726 | |
| 928 |
|
19년 전 | 3465 | |
| 927 |
|
19년 전 | 3460 | |
| 926 |
|
19년 전 | 3157 | |
| 925 | 19년 전 | 5449 | ||
| 924 |
|
19년 전 | 2189 | |
| 923 |
|
19년 전 | 2247 | |
| 922 |
|
19년 전 | 2332 | |
| 921 |
|
19년 전 | 3423 | |
| 920 | 19년 전 | 3720 | ||
| 919 |
|
19년 전 | 3766 | |
| 918 |
|
19년 전 | 2383 | |
| 917 |
|
19년 전 | 2415 | |
| 916 |
|
19년 전 | 2721 | |
| 915 | 19년 전 | 3069 | ||
| 914 | 19년 전 | 2477 | ||
| 913 | 19년 전 | 2641 | ||
| 912 | 19년 전 | 2471 | ||
| 911 | 19년 전 | 2235 | ||
| 910 | 19년 전 | 3264 | ||
| 909 | 19년 전 | 3326 | ||
| 908 | 19년 전 | 3056 | ||
| 907 |
|
19년 전 | 4884 | |
| 906 |
|
19년 전 | 2726 | |
| 905 |
|
19년 전 | 3324 | |
| 904 |
|
19년 전 | 3169 | |
| 903 |
|
19년 전 | 2014 | |
| 902 |
|
19년 전 | 3164 | |
| 901 |
|
19년 전 | 1900 | |
| 900 |
|
19년 전 | 2355 | |
| 899 |
|
19년 전 | 2415 | |
| 898 |
|
19년 전 | 4005 | |
| 897 |
|
19년 전 | 3207 | |
| 896 |
|
19년 전 | 3121 | |
| 895 |
|
19년 전 | 2554 | |
| 894 |
|
19년 전 | 2033 | |
| 893 |
|
19년 전 | 1666 | |
| 892 |
|
19년 전 | 2431 | |
| 891 |
|
19년 전 | 2343 | |
| 890 |
|
19년 전 | 1827 | |
| 889 |
|
19년 전 | 1827 | |
| 888 |
|
19년 전 | 2621 | |
| 887 |
|
19년 전 | 2592 | |
| 886 |
|
19년 전 | 1881 | |
| 885 |
|
19년 전 | 2135 | |
| 884 |
|
19년 전 | 3318 | |
| 883 |
|
19년 전 | 1967 | |
| 882 |
|
19년 전 | 2516 | |
| 881 |
|
19년 전 | 2600 | |
| 880 |
|
19년 전 | 2676 | |
| 879 |
|
19년 전 | 2953 | |
| 878 |
|
19년 전 | 2575 | |
| 877 |
|
19년 전 | 2993 | |
| 876 |
|
19년 전 | 2772 | |
| 875 |
|
19년 전 | 3533 | |
| 874 | 19년 전 | 1884 | ||
| 873 | 19년 전 | 2752 | ||
| 872 |
|
19년 전 | 2386 | |
| 871 |
|
19년 전 | 2032 | |
| 870 |
|
19년 전 | 2438 | |
| 869 |
|
19년 전 | 1882 | |
| 868 |
|
19년 전 | 5454 | |
| 867 |
|
19년 전 | 2280 | |
| 866 |
|
19년 전 | 4285 | |
| 865 |
|
19년 전 | 2318 | |
| 864 | 19년 전 | 1869 | ||
| 863 | 19년 전 | 2624 | ||
| 862 | 19년 전 | 2346 | ||
| 861 | 19년 전 | 2545 | ||
| 860 | 19년 전 | 2187 | ||
| 859 | 19년 전 | 3937 | ||
| 858 | 19년 전 | 3433 | ||
| 857 | 19년 전 | 2218 | ||
| 856 |
Power
|
19년 전 | 2119 | |
| 855 | 19년 전 | 1980 | ||
| 854 | 19년 전 | 2016 | ||
| 853 |
pearly
|
19년 전 | 4418 | |
| 852 |
pearly
|
19년 전 | 3368 | |
| 851 | 19년 전 | 2792 | ||
| 850 |
pearly
|
19년 전 | 3365 | |
| 849 |
pearly
|
19년 전 | 3024 | |
| 848 |
pearly
|
19년 전 | 2860 | |
| 847 | 19년 전 | 2383 | ||
| 846 |
|
19년 전 | 2195 | |
| 845 |
pearly
|
19년 전 | 2517 | |
| 844 | 19년 전 | 3122 | ||
| 843 | 19년 전 | 2149 | ||
| 842 |
pearly
|
19년 전 | 3135 | |
| 841 |
pearly
|
19년 전 | 3262 | |
| 840 | 19년 전 | 2944 | ||
| 839 |
|
19년 전 | 1960 | |
| 838 |
|
19년 전 | 1721 | |
| 837 |
|
19년 전 | 2348 | |
| 836 |
|
19년 전 | 2290 | |
| 835 |
|
19년 전 | 1665 | |
| 834 |
|
19년 전 | 1683 | |
| 833 |
|
19년 전 | 1588 | |
| 832 |
|
19년 전 | 2077 | |
| 831 |
|
19년 전 | 1628 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기