묻고답하기

안녕하세요.
타이핑 스크롤러라는 소스를 구했습니다.

그냥.. 빈 공간에.. 커서가 자동으로 이동하면서 타이핑을 하면서,
특정 문장을 써주는 기능인데요. 이거.. 아래 소스 보시면 제가 붉은색으로 명시한 부분쪽에..
문장을 직접 수동으로 입력하게끔 되어 있습니다.

이걸.. xe 에서 특정 게시판의 최근 게시물로 처리할 방법은 없을까요?

(한마디로 공지사항 게시판에 등록된 게시물을 메인페이지 어디가에 이 소스를 써서, 타이핑 스크롤링 시키고 싶은겁니다 ^^)

<script language="JavaScript1.2">
<!--

/*
Typing Scroller
Submitted by bengaliboy00@hotmail.com (hp: http://www.angelfire.com/nt/bengaliboy/)
With modifications by Dynamicdrive.com
For full source code, usage terms, and 100s more scripts, visit http://dynamicdrive.com
*/

//Secify scroller contents
var line=new Array()
line[1]="This is an awsome script"
line[2]="It brings up the text you want..."
line[3]="One letter at a time"
line[4]="You can add and subtract lines as you like."
line[5]="It\'s very cool and easy to use"

//Specify font size for scoller
var ts_fontsize="16px"

//--Don't edit below this line

var longestmessage=1
for (i=2;i<line.length;i++){
if (line[i].length>line[longestmessage].length)
longestmessage=i
}

//Auto set scroller width
var tscroller_width=line[longestmessage].length

lines=line.length-1 //--Number of lines

//if IE 4+ or NS6
if (document.all||document.getElementById){
document.write('<form name="bannerform">')
document.write('<input type="text" name="banner" size="'+tscroller_width+'"')
document.write('  style="background-color: '+document.bgColor+'; color: '+document.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none" onfocus="blur()">')
document.write('</form>')
}

temp=""
nextchar=-1;
nextline=1;
cursor="\\"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else{
nextstep()}}

function nextstep(){

if (cursor=="\\"){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor="\\"}


nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",25)}

//if IE 4+ or NS6
if (document.all||document.getElementById)
window.onload=animate
// -->
</script>


글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
용의눈물 확장변수에 회원정보 넣기  
Kasushi 회원정보 비공개 [2] 2011.08.19 by 송동우
Kasushi 회원 정보 비공개 [생일]  
Xiso 모바일 브라우저 구분 [1] 2011.08.19 by 송동우
초급이 팝업창에 글을 적어 관리자만 게시판으로보는것. [1] 2011.08.19 by 송동우
말보로X 원본 이미지 사이즈(너비,높이) 출력 방법 [1] 2011.08.19 by 송동우
이동일636 gif 는 최근갤러리에 표시가 안되나요??  
최혁필184 게시글 복사하면 new기능이 안되요  
도라란 phpmyadmin 을 이용한 찾아 바꾸기 [1] 2011.08.19 by 송동우
날위한멜로디 중문 글꼴이 이상하게 나타나네요.  
콜롬보(유승용) 관리자만 수정할 수 있는 회원정보 [1] 2011.08.19 by 송동우
홀서기 게시판 상세보기에서 외부페이지 삽입하려면.. [1] 2011.08.19 by 송동우
카이네드 페이지 비회원접근 금지방법을 알고싶습니다. [1] 2011.08.19 by ezi
쿵푸팬더 특정 기간 카운터 하기  
운영인 회원가입도 못하게 아예 아이피를 광역으로 다 밴시킬수있나요?? [1] 2011.08.19 by 송동우
사랑과평화 무슨 일이 있었던 건지..  
TT PIC css종속현상 질문드립니다. [2] 2011.08.19 by TT PIC
졸라맨 회원 아이디로 로그인하는 방법 [2] 2011.08.19 by snows96
이효준862 메일인증 도와주세요.. [1] 2011.08.19 by ezi
초급이 td와 스크롤바 [1] 2011.08.19 by ezi
잇큐 텓스타일 에러 Fatal error: Call to a member function setLayoutPath() ....  
이효준862 로그아웃 버그?  
jjjnnn 제발제발도와주세요 ㅜㅜ!! 서버 다운..(수정. 재질문) [1] 2011.08.19 by 백성찬
totok '회원정보보기'를 '친구등록' 처럼 팝업으로 띄우고 싶어요 [1] 2011.08.19 by SMaker
Tyou 쪽지 기능 질문이요~  
웹 엔진 border가 이상하게 적용되는 문제 [1] 2011.08.20 by 송동우
인생예술가 xe core 업데이트 질문입니다(업댓순서) [1] 2011.08.20 by 송동우
도라란 첨부파일 확장자가 torrent일 경우 따로 표시해주기 [2] 2011.08.20 by 송동우
도라란 첨부파일 확장자가 torrent일 경우 따로 표시해주기 [1] 2011.08.20 by 송동우
mychul5 이곳 게시판처럼 카테고리를 탭형식으로 하는 예제가 있으면 소개 부탁드려요. [1] 2011.08.20 by 송동우