<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 830 |
|
19년 전 | 2191 | |
| 829 |
|
19년 전 | 1929 | |
| 828 |
|
19년 전 | 1816 | |
| 827 |
|
19년 전 | 1657 | |
| 826 |
|
19년 전 | 1853 | |
| 825 |
|
19년 전 | 1900 | |
| 824 |
|
19년 전 | 1956 | |
| 823 |
|
19년 전 | 2692 | |
| 822 |
|
19년 전 | 5328 | |
| 821 |
|
19년 전 | 1727 | |
| 820 |
|
19년 전 | 1580 | |
| 819 |
|
19년 전 | 1445 | |
| 818 |
|
19년 전 | 1610 | |
| 817 |
|
19년 전 | 1531 | |
| 816 |
|
19년 전 | 1449 | |
| 815 |
|
19년 전 | 1464 | |
| 814 |
|
19년 전 | 1386 | |
| 813 |
|
19년 전 | 1451 | |
| 812 | 19년 전 | 2824 | ||
| 811 |
pearly
|
19년 전 | 3842 | |
| 810 |
pearly
|
19년 전 | 5222 | |
| 809 |
|
19년 전 | 1388 | |
| 808 |
pearly
|
19년 전 | 4545 | |
| 807 | 19년 전 | 2983 | ||
| 806 |
|
19년 전 | 1505 | |
| 805 |
|
19년 전 | 2697 | |
| 804 |
|
19년 전 | 3624 | |
| 803 |
|
19년 전 | 1815 | |
| 802 |
|
19년 전 | 3792 | |
| 801 |
|
19년 전 | 1883 | |
| 800 | 19년 전 | 3772 | ||
| 799 | 19년 전 | 3439 | ||
| 798 | 19년 전 | 4210 | ||
| 797 | 19년 전 | 4080 | ||
| 796 |
|
19년 전 | 1899 | |
| 795 |
|
19년 전 | 1860 | |
| 794 | 19년 전 | 4280 | ||
| 793 | 19년 전 | 2674 | ||
| 792 | 19년 전 | 2551 | ||
| 791 | 19년 전 | 2406 | ||
| 790 | 19년 전 | 1986 | ||
| 789 | 19년 전 | 2594 | ||
| 788 | 19년 전 | 2212 | ||
| 787 | 19년 전 | 1853 | ||
| 786 | 19년 전 | 1979 | ||
| 785 | 19년 전 | 1446 | ||
| 784 |
|
19년 전 | 1699 | |
| 783 | 19년 전 | 2842 | ||
| 782 |
|
19년 전 | 1967 | |
| 781 | 19년 전 | 3253 | ||
| 780 | 19년 전 | 3162 | ||
| 779 |
|
19년 전 | 2251 | |
| 778 |
|
19년 전 | 1804 | |
| 777 | 19년 전 | 2847 | ||
| 776 | 19년 전 | 2914 | ||
| 775 | 19년 전 | 4024 | ||
| 774 |
|
19년 전 | 1986 | |
| 773 | 19년 전 | 2626 | ||
| 772 | 19년 전 | 2345 | ||
| 771 | 19년 전 | 3474 | ||
| 770 |
|
19년 전 | 1441 | |
| 769 | 19년 전 | 1506 | ||
| 768 | 19년 전 | 1774 | ||
| 767 | 19년 전 | 2204 | ||
| 766 | 19년 전 | 1837 | ||
| 765 | 19년 전 | 1698 | ||
| 764 |
|
19년 전 | 2115 | |
| 763 |
|
19년 전 | 2225 | |
| 762 |
|
19년 전 | 4964 | |
| 761 | 19년 전 | 2333 | ||
| 760 |
|
19년 전 | 3197 | |
| 759 | 19년 전 | 2646 | ||
| 758 |
|
19년 전 | 2407 | |
| 757 | 19년 전 | 4705 | ||
| 756 | 19년 전 | 2573 | ||
| 755 |
|
19년 전 | 2420 | |
| 754 |
|
19년 전 | 1965 | |
| 753 |
|
19년 전 | 1746 | |
| 752 |
pearly
|
19년 전 | 3373 | |
| 751 | 19년 전 | 2350 | ||
| 750 |
|
19년 전 | 6168 | |
| 749 | 19년 전 | 2038 | ||
| 748 |
|
19년 전 | 1911 | |
| 747 |
|
19년 전 | 2711 | |
| 746 |
|
19년 전 | 1821 | |
| 745 | 19년 전 | 2288 | ||
| 744 | 19년 전 | 2117 | ||
| 743 |
|
19년 전 | 3575 | |
| 742 | 19년 전 | 2586 | ||
| 741 | 19년 전 | 2751 | ||
| 740 |
|
19년 전 | 4376 | |
| 739 | 19년 전 | 3552 | ||
| 738 |
|
19년 전 | 2310 | |
| 737 | 19년 전 | 4320 | ||
| 736 | 19년 전 | 3277 | ||
| 735 |
홀로남은자
|
19년 전 | 4148 | |
| 734 |
홀로남은자
|
19년 전 | 2030 | |
| 733 |
홀로남은자
|
19년 전 | 2234 | |
| 732 | 19년 전 | 2144 | ||
| 731 | 19년 전 | 3358 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기