묻고답하기

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

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

이걸.. 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 남기남
김경아 Bad Request -에러 문의  
성민혁 클립보드 엑세스 허용 안 뜨게 코드 수정하는 방법  
으아악. 게시판 생성, 연결 까지 다했는데 넘어가지를 않아요.. [1] 2009.01.12 by 백성찬
완전초보 제로보드와 그누보드 동시에 설치 가능한가요? [1] 2009.01.12 by 백성찬
제로사랑 분류기능 가로로 사용 할 때 [2] 2009.01.12 by 최성태274
aeolus 권한관리 에러 [5] 2009.01.12 by aeolus
김주년656 직접입력되는 제목부분을 최근게시물로 바꾸고 싶습니다~ 도와주세요 ㅠ.ㅠ  
Rony 변수에 값을 넣고싶습니다. [2] 2009.01.12 by Rony
dfi32 기본 레이아웃 삭제해도 되나요 ? [1] 2009.01.12 by 띵야
황비홍 제로보드xe에 입문하려 합니다. (mysql 질문)  
밤비™ 룰오버 메뉴 관련 소스를  
루시림 게시판의 글 작성시간을 미국시간으로 고치려면? [2] 2009.01.12 by 루시림
이지인 꼭 도와주세요~~~ [1] 2009.01.12 by 느까끼
김성철 메인 화면에서 관리자페이지가 사라졌습니다!!! [3] 2009.01.12 by 종진(悰陳)
청개구리00 홈페이지 위에 공간이 남는 현상..고수님들 좀 봐주세요.. [3] file 2009.01.12 by 느까끼
임카프리오 긴급 문의드립니다  
유유자적 에러메세지가 떳는데 뭔지모르겠습니다. 좀 봐주시죠. 고수님들... [1] 2009.01.12 by 느까끼
Sunny_love 페이지에 이미지만 올렸는데 뜨질 않아요. [1] file 2009.01.12 by Sunny_love
호로새 파란 무료웹호스팅을 사용하는데요 1.1.4를 깔았어요! [2] 2009.01.12 by 애치티
친절한구라 메일인증~안대요.ㅠ [1] 2009.01.12 by 모르는게넘많아
sbshs77 버그나 제안같은건 어디에 올리나요.. [1] 2009.01.12 by 애치티
김정만803 앙.. 이 이미지는 잘 붙네요.. 이미지를 가리나여... 네이버가 막았나? [4] 2009.01.12 by 팩토리
산들바람55 외부로그인과 폼메일간의 문제 좀 해결해 주세요..  
유유자적 메뉴가 다 사라졌어요???? [1] 2009.01.12 by 팩토리
제보공부중 전체 게시판의 내용을 통합한 게시판  
매실茶 Query XML에서 Navigation 변수 질문  
블루하트 트랙백(엮인글)을 받을수 없다는데.. [2] 2009.01.12 by 라띤즈
Crom 분류관리 페이지에서 분류 추가하는 + 버튼을 누르면 에러가 납니다. [1] 2009.01.12 by 김정만803
김정만803 웹에서 이미지나 글 긁어서 붙여넣기하면 모든 이미지 X 안보임 아무래도 에디터 링크이미지 동작을 안하는 듯합니다. 제홈도 그렇고 여기도 그러네요..  
날아라 xe 기본 게시판을 이용시 질문입니다. [2] 2009.01.12 by 김정만803