ȨÀ¸·Î ȨÀ¸·Î | ¹«·áȸ¿ø°¡ÀÔ | ¾ÆÀ̵ð/ºñ¹øÃ£±â | Áñ°Üã±â
ÃßõÀ½¾Ç¹æ¼Û¸ÞÀÎȨ1´ë1»ó´ãÀ½¾Ç¹æ¼ÛûÃë
»Í¦¾Æ°¡¾¾(¹«·áÀ½¾Çä³Î)
okTrot(¹«·áÀ½¾Çä³Î)
ÀüÅë°¡¿ä(¹«·áÀ½¾Çä³Î)

¿Â¶óÀ̺꽺Åä¾î(¾Û´Ù¿î·Îµå)

ȯ»óÀǻͦÆÄƼ ¹«·áÀ½¾Ç
¸íÀÛÆ®·ÎÆ®¸Þµé¸® ¹«·áÀ½¾Ç
Æ®·ÎÆ®¸Þµé¸®°ü±¤ ¹«·áÀ½¾Ç
µ¿¿µ»ó³ë·¡¹æ
°¡»ç°Ë»ö

POP Player
½Å³ª´Â °í½ºÅé
ÄÄÇ»ÅÍ ¿À¸ñ
ÀÛÀº À½¾Ç´Ù¹æ
ÀÚµ¿·¯½Ã À¥Ç÷¹À̾î½Åû

º¸¾È¡ñ¼­¹ö¡ñÄíŰ
À©µµ¿ì¡ñÇÁ·¹ÀÓ
À̹ÌÁö¡ñ¹è°æ
½Ã°£¡ñ´Þ·Â¡ñ°è»ê
»óŹ١ñŸÀÌÆ²¹Ù
À½¾Ç¡ñ¿µ»ó
Æû¡ñÀü¼Û¡ñÅ×À̺í
Űº¸µå¡ñ¸¶¿ì½º
È¿°ú¡ñ¸µÅ©¡ñ¸Þ´º
Script¡ñphp
±âŸ
PHP °­ÁÂ
À©µµ¿ì°ü·ÃÆÁ
À¥°ü·ÃÆÁ
ȨÆäÀÌÁöÁ¦ÀÛÆÁ
±âº»°­ÁÂ
·¹Áö½ºÆ®¸®
À©µµ¿ì¼­¹ö
¸®´ª½º¼­¹ö
Android
»óŹٿ¡¼­ Type Text & Scroll out È¿°ú
ȨÆäÀÌÁöȨÆäÀÌÁö 14³â Àü
<SCRIPT LANGUAGE="JavaScript">

<!--Java Script to type out, then scroll off messages from the status bar

/* Created by Scott Thomason, 8/7/97 from an idea by Ronald Membreno.

Copyright (c) CSSI, All rights reserved.

This code my be reused or modified as needed if these credit lines are not removed.

Messages may be added by following the format below. Insure that you also change

q_msg to equal the last message number.

*/

var txt_msg = new Array();

txt_msg[0] = "Hello, and welcome to our homepage!";

txt_msg[1] = "Make sure to tell all your friends about us!";

txt_msg[2] = "Thanks for stopping by!";

var q_msg = 2;

var msg_num = 0;

var msg_len = 0;

var msg_scr = 0;

var reset_val = 0;

// Feel free to play with the following timing values to give the appearance you want.

t_type = 90;

t_disp = 1500;

t_scr = 30;

t_blank = 750;


// This function types out the message typewriter style. Once the message is completly displayed,
// the function 'removes()' is called.

function displays() {

if (msg_num > q_msg) {

msg_num = reset_val;

}

msg_len++;

window.status = txt_msg[msg_num].substring(reset_val, msg_len);

if (msg_len == txt_msg[msg_num].length) {

// This timer waits for a specified period with the message completely displayed before calling

// the remove function.

timer_disp=window.setTimeout ("removes()", t_disp);

}

else {

// This timer recursively calls this function to display the next letter.

timer_type=window.setTimeout ("displays()", t_type);

}

}


// This function removes the text, one letter at a time from the left, giving the appearance of

// scrolling. Once it scrolls completely off, function 'displays()' is called again.

function removes()

{

msg_scr++;

if (msg_scr > txt_msg[msg_num].length) {

msg_num++;

msg_len = reset_val;

msg_scr = reset_val;

// This timer is executed after the message is completely removed.

timer_blank=window.setTimeout ("displays()", t_blank)

}

else {

window.status = txt_msg[msg_num].substring(msg_scr, txt_msg[msg_num].length);

// This timer calls this function recursively to remove letters. This gives the appearance of scrolling.

timer_scr=window.setTimeout ("removes()", t_scr);

}

}

//-->

</SCRIPT>

</HEAD>

<BODY onload=displays()>
ÃßõÃßõ : 330 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
3,016
 ¿ìŬ¸¯ ¿Ïº®Â÷´Ü ½ºÅ©¸³Æ®
3,015
 iframe ³ôÀÌ 100% ¸ÂÃß±â
3,014
 curl ÇÔ¼ö¸¦ ÀÌ¿ëÇÑ HTTP REFERER º¯°æ
3,013
 À©µµ¿ì10 ½Ã½ºÅÛ ÆÄÀÏ ¹× Dism °Ë»ç
3,012
 ÅؽºÆ® ÁٹٲÞ, ±ÛÀÚÀÚ¸£±â CSS
3,011
 jQuery Mobile¿¡¼­ À¯¿ëÇÑ ÄÚµå 10°¡Áö.
3,010
 [PHP] dirname()ÇÔ¼ö¿Í $_SERVER °ü·Ã »ó¼öµé
3,009
 [PHP] ÆÄÀÏ Å©±â, »çÀÌÁî ºÒ·¯¿À´Â ÇÔ¼ö, filesize()
3,008
 [jQuery] jQuery Quick API
3,007
 [ transition ] ¸µÅ© hover »ö»ó º¯È­ ¼Óµµ Á¶Àý
3,006
 PHP 5.3.0 ¿¡¼­ »ç¶óÁø ÇÔ¼öµé ´ëü
3,005
 ¾î¶² ÆÄÀϵéÀÌ include ³ª require µÇ¾ú´ÂÁö È®ÀÎÇÏ´Â ÇÔ¼ö(get_included_files)
3,004
 PHP ³¯Â¥ Çü½Ä ¹× °è»êÇϱâ(³¯Â¥ ´õÇÏ°í »©±â)
3,003
 jQuery Mobile¿¡¼­ À¯¿ëÇÑ ÄÚµå 10°¡Áö.
3,002
 °ªÀÌ ¹è¿­ ¾È¿¡ Á¸ÀçÇÏ´ÂÁö È®ÀÎÇÏ´Â in_arrayÇÔ¼ö
3,001
 »ç¿ëÀÚ°¡ À¥ºê¶ó¿ìÀú¿¡¼­ µÚ·Î°¡±â¸¦ ÇßÀ»¶§ °¨ÁöÇÏ´Â ¹æ¹ý
3,000
 [jQuery]¹öư Ȱ¼ºÈ­, ºñȰ¼ºÈ­
2,999
 jQuery show() / hide() / toggle() »ç¿ë¹ý
2,998
 jquery ¿©·¯°¡Áö À̺¥Æ®
2,997
 border-radius ¼Ó¼º
2,996
 ³×À̹ö ¿ÀÇÂAPI À½¼ºÇÕ¼º API »ç¿ëÇÏ´Â PHP »ùÇÃÄÚµå
2,995
 UTF8 ÇÑ±Û ÀÚ¸£±â..
2,994
 iconv ¿¡·¯ ¹ß»ý½Ã °è¼Ó ó¸®Çϱ⠿ɼÇ
2,993
 [PHP] ÇöÀç ÆäÀÌÁöÀÇ µµ¸ÞÀÎ , URL Á¤º¸ ¾Ë¾Æ³»±â.
2,992
 [PHP] ¸·°­ ±â´É ¹è¿­..
2,991
 [CSS] - Input clear `X ` ¹öư Á¦°Å ( IE, Chrome, Firefox )
2,990
 [Mobile] - ¸ð¹ÙÀÏÀ¥ Href ű׼Ӽºµé
2,989
 [JqueryMobile] - ÇöÀçÈ­¸éÀÇ °¡·Î¼¼·Î »çÀÌÁî ±¸Çϱâ
2,988
 [JqueryMobile] - È­¸éÀÇ °¡·Î, ¼¼·Î »çÀÌÁî ±¸ÇÏ´Â ¹æ¹ý
2,987
 jquery·Î °¡·Î ³ÐÀÌ(width), ¼¼·Î ³ôÀÌ(height) ÀÚµ¿ Á¶Àý
2,986
 iframe ³ôÀÌ jquery·Î ÀÚµ¿Á¶ÀýÇϱâ
2,985
 jQuery ¿À¸¥ÂÊ ¿µ¿ªÀÇ ³ôÀ̸¦ ¿ÞÂÊ ¿µ¿ªÀÇ ³ôÀÌ¿Í µ¿ÀÏÇÏ°Ô Çϱâ
2,984
 jquery¿¡¼­ Å×À̺í ¦¼ö, Ȧ¼ö ¹øÂ° TR ¹è°æ»ö º¯°æÇϱâ
2,983
 jquery¿¡¼­ Å×ÀÌºí¿¡ ¸¶¿ì½º ¿À¹ö½Ã ÇØ´ç ÇàÀÇ ¹è°æ»ö»ó º¯°æÇϱâ
2,982
 jquery ½ºÅ©¸³Æ®³» ƯÁ¤°ª È®ÀÎÇϱâ (µð¹ö±ë)
¸ñ·Ï
ÀαâÀýÁ¤»Í¦ÆÄƼ
ÀÎ±âÆ®·ÎÆ®¸ðÀ½
Áö·ç¹Úµð½ºÄڸ޵鸮
¹ã¹«´ë¾Öâ°î
ÀüÀڿðհæÀ½¾Ç
¼¼¿ùµû¶ó³ë·¡µû¶ó
°¡½¿½Ã¸°Æ®·ÎÆ®
Æ®·ÎÆ®½Ö½ÖÆÄƼ
7080Ãß¾ï¼ÓÀ¸·Î
Á¾ÇÕ¼ºÀΰ¡¿ä¹æ
¸øÀØÀ»¿¾³¯³ë·¡
Ä«¹Ù·¹ À½¾Ç
Æ®·Ôµð½ºÄÚÆÎÆÎ
°ü±¤ ¸Þµé¸®
Æ®·ÔÄ«Æä
°¡¿ä°¨»ó½Ç
Ãß¾ïÀÇ¿¾³ë·¡
½ºÆä¼È°¡¿ä±¤Àå
BillBoard Free
Ãßõ°¡¿ä¸ðÀ½
°æÀ½¾Ç.ÀüÀڿðÕ
½ºÆä¼ÈÀ½¾Ç¿©Çà
WOLRD POPs
K-POP¡¬BillBoard
JP¡¬CN
POP TOP BEST
K.R.³ë·¡¹æ

ÃÖ½ÅÀαⰡ¿äƯÁý
Ãßõ°¡¿ä¡¬Àαâ
F¹ÂÁ÷ Àα⡬¹ß¶óµå
F¹ÂÁ÷ ¾Ö⡬Ʈ·ÎÆ®
Æ®·ÎÆ®¼ºÀΰ¡¿ä
ÀαⰡ¿ä
ÇÁ¸®¹Ì¾ö POP
°æÀ½¾Ç¡¬±âŸ
ÇÁ¸®¹Ì¾ö ÃֽŰ¡¿ä
ÇÁ¸®¹Ì¾ö ¼ºÀΰ¡¿ä
°¡¿äÃàÁ¦¡¬Æ®·Ô1¹øÁö
´í½º¡¬¸Þµé¸®¡¬¸®¹Í½º
Ä«Æä¡¬¸í»ó¡¬°æÀ½¾Ç¡¬±âŸ
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½ÃºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
Copyright (C) musictrot All rights reserved.