½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
happycgi
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > JAVASCRIPT > javascript ¼Ò½ºÃ¢°í > À̹ÌÁö°ü·Ã > ÆäÀ̵åÀÎÈ¿°ú »çÁø º¸±â »ó¼¼Á¤º¸
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
javascript
PHP
HTML
ASP
mysql
CSS
Mobile
image
jquery
slide
¸Þ´º
�޴�
2023
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
ÆäÀ̵åÀÎÈ¿°ú »çÁø º¸±â
¼Ò½ºÅë°èÁ¤º¸ ¿À·ù½Å°í ¹× ¹®ÀÇ
ÇØÇÇÆÀ
³×ƼÁð
Æ®À§ÅÍ·Î º¸³»±â ÆäÀ̽ººÏÀ¸·Î º¸³»±â
¼Ò½ººÐ·ù À̹ÌÁö°ü·Ã
´Ù¿î·Îµå Ƚ¼ö 1339 ȸ
°£´Ü¼³¸í ÀÚ¹Ù·Î ¸¸µç ÆäÀ̵åÀÎ È¿°ú¸¦ ¹öÆ°À¸·Î Ŭ¸¯ÇÏ¿© »çÁø¸ñ·ÏÀ» º¼¼öÀÖ´Â È¿°úÀÔ´Ï´Ù.
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
¼Ò½º´Ù¿î·Îµå µ¥¸ð ¹Ì¸®º¸±â ½ºÅ©·¦Çϱâ

<html>
<head>
    <title>http://www.happycgi.com</title>

<style>
.Caption {
font-family: tahoma;
font-size:  9pt;
color:      #FF3300; }

A.Controls:link    { color:#666666;
                     text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:visited { color:#666666; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:active  { color:#666666; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:hover   { color:#00FF00; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }

</style>

<script>
var SlideShowSpeed = 3000;

var CrossFadeDuration = 2;

var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this
var showHot = false;       // don't change this

    Picture[1]  = 'http://demo.happycgi.com/jini/pick1.jpg';
    Picture[2]  = 'http://demo.happycgi.com/jini/pick2.jpg';
    Picture[3]  = 'http://demo.happycgi.com/jini/pick3.jpg';
    Picture[4]  = 'http://demo.happycgi.com/jini/pick4.jpg';
    Picture[5]  = 'http://demo.happycgi.com/jini/pick5.jpg';
    Picture[6]  = 'http://demo.happycgi.com/jini/pick6.jpg';
    Picture[7]  = 'http://demo.happycgi.com/jini/pick7.jpg';
    Picture[8]  = 'http://demo.happycgi.com/jini/pick8.jpg';

    Caption[1]  = "À̹ÌÁö ¼³¸í 1";
    Caption[2]  = "À̹ÌÁö ¼³¸í 2";
    Caption[3]  = "À̹ÌÁö ¼³¸í 3";
    Caption[4]  = "À̹ÌÁö ¼³¸í 4";
    Caption[5]  = "À̹ÌÁö ¼³¸í 5";
    Caption[6]  = "À̹ÌÁö ¼³¸í 6";
    Caption[7]  = "À̹ÌÁö ¼³¸í 7";
    Caption[8]  = "À̹ÌÁö ¼³¸í 8";


var tss;
var iss;
var jss = 0;
var pss = Picture.length-1;

var preLoad = new Array();
    for (iss = 1; iss < pss+1; iss++){
        preLoad[iss] = new Image();
        preLoad[iss].src = Picture[iss];}

function control(how){
    if (showHot){
    if (how=="H") jss = 1;
    if (how=="F") jss = jss + 1;
    if (how=="B") jss = jss - 1;
    if (jss > (pss)) jss=1;
    if (jss < 1) jss = pss;
    if (document.all){
        document.images.PictureBox.style.filter="blendTrans(duration=2)";
        document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
        document.images.PictureBox.filters.blendTrans.Apply();}
        document.images.PictureBox.src = preLoad[jss].src;
    if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];
    if (document.all) document.images.PictureBox.filters.blendTrans.Play();
    }
}
</script>
</head>

<body onload='showHot=true;self.focus();'>

<table border=0 cellpadding=10 cellspacing=0>
  <tr>
    <td width=350 height=280 colspan="3">
    <img src="http://demo.happycgi.com/jini/pick1.jpg" name=PictureBox>
    </td>
  </tr>
  <tr>
    <td id=CaptionBox class=Caption align=center colspan="3">
    ¼³Á¤µÈ ±âº»À̹ÌÁö°¡ ¸ÕÀú ³ªÅ¸³³´Ï´Ù.
    </td>
  </tr>
  <tr>
    <td align="center">
    <a class=Controls href="#" onClick="javascript:control('B');">< <</a>
    </td>
    <td align="center">
    <a class=Controls href="#" onClick="javascript:control('H');">| | |</a>
    </td>
    <td align="center">
    <a class=Controls href="#" onClick="javascript:control('F');"><b>> ></b></a>
    </td>
  </tr>
</table>


</body>
</html>

Ãâó : http://www.blueb.co.kr/


³×ƼÁð ÀÇ°ß   ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.)
³»¿ë ¾ÆÀ̵ð ÀÇ°ß³²±â±â
µî·ÏµÈ ÀÇ°ßÀÌ ¾ø½À´Ï´Ù.
1
À̸§
³»¿ë
:³×¸Â¾Æ¿ä: :È­³ª´Â±º¿ä: :Àá¿Í: :¿ì¿ïÇØ: :À̰ǾƳÄ: :¿ÕÇÏÇÏ: ¿Õ¿ôÀ½~ ³î·¥~
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
µµ¹è¹æÁöÅ°
 46644215 º¸ÀÌ´Â µµ¹è¹æÁöÅ°¸¦ ÀÔ·ÂÇϼ¼¿ä.