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

  2. name¶ó´Â ÆûÀ» Ŭ¸¯ÇÏ¸é ¾Æ·¡¿Í °°ÀÌ ¸»Ç³¼±ÀÌ ³ªÅ¸³³´Ï´Ù. ÀÌ µµ¿ò¸» ¸»Ç³¼±¿¡ close¸¦ Ŭ¸¯ÇÏ¸é ¸»Ç³¼±Àº »ç¶óÁö°Ô µË´Ï´Ù.


  3. ´Ù¸¥ ÆûÀ» Ŭ¸¯ÇÏ¸é ´Ù¸¥ ¸»Ç³¼±ÀÌ ³ªÅ¸³ª°Ô µÇ¸ç Don't show this message again À» Ŭ¸¯ÇÏ¸é ¸»Ç³¼±Àº ³ªÅ¸³ªÁö ¾Ê°Ô µË´Ï´Ù.


¾Æ·¡´Â º» ¿¹Á¦ÀÇ ÀÚ¹Ù½ºÅ©¸³Æ®ÀÔ´Ï´Ù.

<html>
<head>
    <title>http://www.happycgi.com</title>
       
    <link rel="stylesheet" href="css/form-field-tooltip.css" media="screen" type="text/css">
    <script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/rounded_corners.js"></script>
    <script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/formfieldtooltip.js"></script>
   
</head>
<style>
#DHTMLgoodies_formTooltipDiv{
    color:#FFF;
    font-family:arial;
    font-weight:bold;
    font-size:11px;
    line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
    color:#FFFFFF;
    font-weight:normal;
    font-size:11px;
}

</style>
<body>
°¢°¢ÀÇ ÀÔ·ÂÆûÀ» Ŭ¸¯Çغ¸¼¼¿ä
       
        <table>
            <tr>
                <td><label for="lastname">name:</label></td>
                <td><input type="text" id="lastname" name="lastname" tooltipText="Type in your last name in this box"></td>
            </tr>
            <tr valign="top">
                <td><label for="address">Address:</label></td>
                <td><textarea id="address" name="address" tooltipText="This is the box for the address"></textarea></td>
            </tr>
            <tr valign="top">
                <td><label for="address">email:</label></td>
                <td><input id="email" name="email" tooltipText="This is the box for the email"></td>
            </tr>
        </table>       


<script type="text/javascript">
var tooltipObj = new DHTMLgoodies_formTooltip();
tooltipObj.setTooltipPosition('right');
tooltipObj.setPageBgColor('#EEEEEE');
tooltipObj.setTooltipCornerSize(15);
tooltipObj.initFormFieldTooltip();
</script>

</body>
</html>

*º»¿¹Á¦ÀÇ ºí·çºñ http://www.blueb.co.kr ÀÇ ÀÚ·á·Î½á jsÆÄÀÏÀº ºí·çºñ¸¦ ÅëÇØ ´Ù¿î¹ÞÀ¸½Ã±æ ¹Ù¶ø´Ï´Ù.
  > ¿¹Á¦È®ÀθµÅ©


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