카테고리:이상해요? 조회 : 112
안녕하세요. 롤링 스크립트에 관한 문의 ㅠ.ㅠ;;
charset=utf-8 -> charset=ks_c_5601-1987
utf-8 일때는 정상 작동하던데 ... 바꾸니 작동이 안되네요 ...
어떻게 해결할 수 있는지요?
수고하세요.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ks_c_5601-1987" />
<script type="text/javascript" src="js_rolling.js"></script>
<title>롤링투</title>
</head>
<body>
<DIV id="rolling_notice" style="height:13px;width:210px; ">
<DIV>[국민] 김민희님 입금자를 찾습니다.</DIV>
<DIV>[농협] 강백호님 입금자를 찾습니다.</DIV>
<DIV>[새마을] 이상아님 입금자를 찾습니다.</DIV>
</DIV>
<SCRIPT LANGUAGE="JavaScript">
<!--
var r_notice = new js_rolling(document.getElementById('rolling_notice'));
r_notice.set_direction(1);
r_notice.move_gap = 1;
r_notice.time_dealy = 40;
r_notice.time_dealy_pause = 5000;
r_notice.start();
//-->
</SCRIPT>
</body>
</html>