다음부동산매물스크립트1

<link rel="stylesheet" href="http://item.finance.daum.net/css/estate/estate0304.css" type="text/css">

<script language="javascript">
var singletext=new Array();
var random_val=new Array();

var swidth = 660 // 개별 아이템의 넓이
var sheight = 22 // 개별 아이템의 높이
var show_items = 1 // 아이템 개수 ?

var stop_time = 1000 // 아이템 동작 텀 (1초 = 1000)
var sspeed = 20 // 아이템이 움직이는 시간
var sstep = 1 // 아이템이 픽셀 이동 간격 ?

// 내부 변수
var new_item = show_items
var sstep_tmp = sstep
var only_one = 1;

function random_start()
{
var len = singletext.length;
if( only_one == 1){
for (i=0; i<len; ){
rand = parseInt(Math.random() * len );
len2 = random_val.length;

for (j=0; j<len2 ; j++){
if(random_val[j] == rand)
break;
}
if( j == len2){
random_val[i] = rand;
i++;
}
}
only_one=2;
}

}
// 동작 시작 함수
function move_left_start()
{
for (i=0; i<=show_items; i++)
setTimeout("move_left("+i+", "+sheight+")", stop_time) //수정
}

// 아이템 개별 이동 함수
function move_left(id, cnt)
{
obj = eval('slider_'+id)
obj.style.pixelTop-=sstep //수정
cnt -= sstep
if (cnt > 0)
{
setTimeout("move_left("+id+", "+cnt+")", sspeed)
}
else if (obj.style.pixelTop < -sstep) //수정
{
obj.style.pixelTop = show_items * sheight //수정
new_item++
if (new_item == singletext.length) new_item=0
obj.innerHTML=singletext[random_val[new_item]]
move_left_start()
}
}
</script>

<script language="javascript">
singletext[0] = "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr height='22'><td width='52' align='center'><img src='http://ndaum.uniasset.com/images/direct/mark01.gif' width='33' height='13' hspace ='3'><img src='http://ndaum.uniasset.com/images/direct/ico_photo.gif' width='12' height='11'></td><td width='52' align='center' class='base'>07-27</td><td width='80' align='center' class='base'>연립/빌라</td><td width='45' align='center' class='base'>매매</td><td width='170' align='center'><a href='../sell/sell_view.asp?id=67890&addr1=%B0%E6%BB%F3%BA%CF%B5%B5&addr2=%C4%A5%B0%EE%B1%BA&addr3=&addr5=%BF%D6%B0%FC%C0%BE&list=pre' target='_parent' class='stxt'><font color='#1F81C2'>경상북도 칠곡군 왜관읍</font></a></td><td width='50' align='center' class='base'>3/5</td><td width='50' align='center' class='base'>43</td><td width='70' align='right' class='base'>14,500</td><td width='5'></td></tr></table>";
</script>

<script language="javascript">
singletext[1] = "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr height='22'><td width='52' align='center'></td><td width='52' align='center' class='base'>07-26</td><td width='80' align='center' class='base'>상가점포</td><td width='45' align='center' class='base'>매매</td><td width='170' align='center'><a href='../sell/sell_view.asp?id=67871&addr1=%B0%E6%B1%E2%B5%B5&addr2=%BC%BA%B3%B2%BD%C3&addr3=%BA%D0%B4%E7%B1%B8&addr5=%BE%DF%C5%BE%B5%BF&list=pre' target='_parent' class='stxt'><font color='#1F81C2'>경기도 성남시 분당구 야탑동</font></a></td><td width='50' align='center' class='base'>123/3</td><td width='50' align='center' class='base'>196</td><td width='70' align='right' class='base'>73,000</td><td width='5'></td></tr></table>";
</script>

<script language="javascript">
singletext[2] = "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr height='22'><td width='52' align='center'><img src='http://ndaum.uniasset.com/images/direct/ico_photo.gif' width='12' height='11'></td><td width='52' align='center' class='base'>07-26</td><td width='80' align='center' class='base'>토지/임야</td><td width='45' align='center' class='base'>매매</td><td width='170' align='center'><a href='../sell/sell_view.asp?id=67831&addr1=%B0%AD%BF%F8%B5%B5&addr2=%C8%AB%C3%B5%B1%BA&addr3=&addr5=%BC%AD%BC%AE%B8%E9&list=pre' target='_parent' class='stxt'><font color='#1F81C2'>강원도 홍천군 서석면</font></a></td><td width='50' align='center' class='base'>123/3</td><td width='50' align='center' class='base'>750</td><td width='70' align='right' class='base'>23,000</td><td width='5'></td></tr></table>";
</script>

<script>
random_start();
move_left_start();
if (document.all){
document.writeln('<div align=center onmouseover="sstep=0;" onmouseout="sstep='+sstep_tmp+';" style="position:absolute;width:'+(swidth)+';height:'+(sheight*show_items)+';clip:rect(0 '+(swidth)+' '+(sheight*show_items)+' 0); ">')
var tleft = 0
for (i=0; i <= show_items; i++) {
if (i > 0) {
tleft += eval('slider_'+(i-1)+'.style.pixelHeight')
}
document.writeln('<div align=center id="slider_'+i+'" style="position:absolute;width:'+swidth+';height=:'+sheight+';left:'+0+';top:'+(i*sheight+1)+';">')
document.write(singletext[random_val[i]])
document.writeln('</div>')
}
document.writeln('</div>')
}
</script>

<p> </p><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
19년 전 조회 1,884
19년 전 조회 1,729
19년 전 조회 1,683
19년 전 조회 1,952
19년 전 조회 1,965
19년 전 조회 1,958
19년 전 조회 1,874
19년 전 조회 2,671
19년 전 조회 2,492
19년 전 조회 3,631
19년 전 조회 2,762
19년 전 조회 2,730
19년 전 조회 3,575
19년 전 조회 4,784
19년 전 조회 3,134
19년 전 조회 2,973
19년 전 조회 3,515
19년 전 조회 6,449
19년 전 조회 2,359
19년 전 조회 2,160
19년 전 조회 2,123
19년 전 조회 2,180
19년 전 조회 3,348
19년 전 조회 2,422
19년 전 조회 2,103
19년 전 조회 1,807
19년 전 조회 2,257
19년 전 조회 3,528
19년 전 조회 3,383
19년 전 조회 2,087
19년 전 조회 1,650
19년 전 조회 3,334
19년 전 조회 2,215
19년 전 조회 1,783
19년 전 조회 3,011
19년 전 조회 2,139
19년 전 조회 2,006
19년 전 조회 1,984
19년 전 조회 1,940
19년 전 조회 2,377
19년 전 조회 2,795
19년 전 조회 1,940
19년 전 조회 1,691
19년 전 조회 1,696
19년 전 조회 1,652
19년 전 조회 3,380
19년 전 조회 3,073
19년 전 조회 1,813
19년 전 조회 3,579
19년 전 조회 1,999
19년 전 조회 1,642
19년 전 조회 2,112
19년 전 조회 2,263
19년 전 조회 1,819
19년 전 조회 2,510
19년 전 조회 2,148
19년 전 조회 1,759
19년 전 조회 1,950
19년 전 조회 2,204
19년 전 조회 1,972
19년 전 조회 1,755
19년 전 조회 1,816
19년 전 조회 3,312
19년 전 조회 2,165
19년 전 조회 2,024
19년 전 조회 4,523
19년 전 조회 5,147
19년 전 조회 3,323
19년 전 조회 3,062
19년 전 조회 3,660
19년 전 조회 2,191
19년 전 조회 2,556
19년 전 조회 2,855
19년 전 조회 2,923
19년 전 조회 2,528
19년 전 조회 1,786
19년 전 조회 3,574
19년 전 조회 2,148
19년 전 조회 2,548
19년 전 조회 2,609
19년 전 조회 3,050
19년 전 조회 5,371
19년 전 조회 2,647
19년 전 조회 3,487
19년 전 조회 4,424
19년 전 조회 2,681
19년 전 조회 2,623
19년 전 조회 4,213
19년 전 조회 2,915
19년 전 조회 3,147
19년 전 조회 2,375
19년 전 조회 2,373
19년 전 조회 2,166
19년 전 조회 3,459
19년 전 조회 2,273
19년 전 조회 2,955
19년 전 조회 1,907
19년 전 조회 5,466
19년 전 조회 3,730
19년 전 조회 4,482