<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>
<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1530 |
1111111
|
18년 전 | 1953 | |
| 1529 |
행복속네잎크로버
|
18년 전 | 3449 | |
| 1528 |
행복속네잎크로버
|
18년 전 | 1829 | |
| 1527 |
1111111
|
18년 전 | 7639 | |
| 1526 |
1111111
|
18년 전 | 3285 | |
| 1525 |
행복속네잎크로버
|
18년 전 | 1269 | |
| 1524 |
행복속네잎크로버
|
18년 전 | 2301 | |
| 1523 |
행복속네잎크로버
|
18년 전 | 3502 | |
| 1522 |
행복속네잎크로버
|
18년 전 | 2359 | |
| 1521 |
행복속네잎크로버
|
18년 전 | 2130 | |
| 1520 |
행복속네잎크로버
|
18년 전 | 2758 | |
| 1519 |
행복속네잎크로버
|
18년 전 | 3719 | |
| 1518 |
행복속네잎크로버
|
18년 전 | 3482 | |
| 1517 |
행복속네잎크로버
|
18년 전 | 2560 | |
| 1516 |
행복속네잎크로버
|
18년 전 | 1911 | |
| 1515 |
행복속네잎크로버
|
18년 전 | 1929 | |
| 1514 |
행복속네잎크로버
|
18년 전 | 2505 | |
| 1513 |
행복속네잎크로버
|
18년 전 | 1981 | |
| 1512 | 18년 전 | 2868 | ||
| 1511 | 18년 전 | 1660 | ||
| 1510 | 18년 전 | 2206 | ||
| 1509 | 18년 전 | 1679 | ||
| 1508 | 18년 전 | 2137 | ||
| 1507 | 18년 전 | 2356 | ||
| 1506 | 18년 전 | 2293 | ||
| 1505 | 18년 전 | 2246 | ||
| 1504 | 18년 전 | 2175 | ||
| 1503 | 18년 전 | 3483 | ||
| 1502 | 18년 전 | 1664 | ||
| 1501 | 18년 전 | 3440 | ||
| 1500 | 18년 전 | 2022 | ||
| 1499 | 18년 전 | 5293 | ||
| 1498 | 18년 전 | 2150 | ||
| 1497 |
hsp1980
|
18년 전 | 2332 | |
| 1496 |
hsp1980
|
18년 전 | 1723 | |
| 1495 |
hsp1980
|
18년 전 | 2132 | |
| 1494 |
hsp1980
|
18년 전 | 3645 | |
| 1493 | 18년 전 | 1499 | ||
| 1492 | 18년 전 | 1741 | ||
| 1491 | 18년 전 | 4317 | ||
| 1490 | 18년 전 | 3703 | ||
| 1489 | 18년 전 | 3263 | ||
| 1488 | 18년 전 | 3363 | ||
| 1487 |
mixdesign
|
18년 전 | 3864 | |
| 1486 |
mixdesign
|
18년 전 | 4324 | |
| 1485 | 18년 전 | 4246 | ||
| 1484 | 18년 전 | 2700 | ||
| 1483 |
hsp1980
|
18년 전 | 2309 | |
| 1482 |
hsp1980
|
18년 전 | 3245 | |
| 1481 |
hsp1980
|
18년 전 | 3162 | |
| 1480 |
hsp1980
|
18년 전 | 3317 | |
| 1479 | 18년 전 | 3256 | ||
| 1478 |
|
18년 전 | 4921 | |
| 1477 |
|
18년 전 | 5206 | |
| 1476 | 18년 전 | 3405 | ||
| 1475 |
mixdesign
|
18년 전 | 2716 | |
| 1474 |
mixdesign
|
18년 전 | 2939 | |
| 1473 |
mixdesign
|
18년 전 | 2266 | |
| 1472 |
mixdesign
|
18년 전 | 2084 | |
| 1471 |
mixdesign
|
18년 전 | 2034 | |
| 1470 |
|
18년 전 | 3072 | |
| 1469 |
mixdesign
|
18년 전 | 2354 | |
| 1468 |
mixdesign
|
18년 전 | 2373 | |
| 1467 |
mixdesign
|
18년 전 | 2049 | |
| 1466 |
mixdesign
|
18년 전 | 2419 | |
| 1465 |
mixdesign
|
18년 전 | 3151 | |
| 1464 | 18년 전 | 4081 | ||
| 1463 | 18년 전 | 3370 | ||
| 1462 |
|
18년 전 | 1998 | |
| 1461 |
|
18년 전 | 1940 | |
| 1460 | 18년 전 | 2857 | ||
| 1459 | 18년 전 | 1649 | ||
| 1458 |
|
18년 전 | 2001 | |
| 1457 |
mixdesign
|
18년 전 | 2295 | |
| 1456 |
mixdesign
|
18년 전 | 2156 | |
| 1455 | 18년 전 | 2264 | ||
| 1454 | 18년 전 | 4033 | ||
| 1453 | 18년 전 | 1773 | ||
| 1452 | 18년 전 | 4387 | ||
| 1451 | 18년 전 | 2920 | ||
| 1450 | 18년 전 | 2216 | ||
| 1449 | 18년 전 | 3267 | ||
| 1448 | 18년 전 | 2894 | ||
| 1447 | 18년 전 | 2823 | ||
| 1446 | 18년 전 | 5626 | ||
| 1445 | 18년 전 | 2291 | ||
| 1444 | 18년 전 | 3408 | ||
| 1443 |
|
18년 전 | 3321 | |
| 1442 | 18년 전 | 3707 | ||
| 1441 | 18년 전 | 3262 | ||
| 1440 | 18년 전 | 2437 | ||
| 1439 | 18년 전 | 2087 | ||
| 1438 | 18년 전 | 2540 | ||
| 1437 | 18년 전 | 6107 | ||
| 1436 | 18년 전 | 2732 | ||
| 1435 | 18년 전 | 4544 | ||
| 1434 | 18년 전 | 2041 | ||
| 1433 | 18년 전 | 10030 | ||
| 1432 | 18년 전 | 2475 | ||
| 1431 |
Psychedelico
|
18년 전 | 1538 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기