»Ë»Ñ Æ÷·³

ºñ±³Àû °£´ÜÇÑ ¼Ò½º Á» ºÁÁÖ¼¼¿ä...6

°³¹ßÀº 1µµ ¸ð¸£´Â »ç¶÷ÀÔ´Ï´Ù. 
html ¹®¼­¾È¿¡? °£´ÜÇÑ ¸Þ¸ð¸¦ ÀúÀåÇÒ¼ö ÀÖ´Â.... ¿À·¡µÈ 96³â ¼Ò½º³×¿ä.
    (ÀúÀåÀº µÇÁö¸¸ Æù ¶Ç´Â Ÿ ºê¶ó¿ìÀú·Î º¸¸é ÀúÀå³»¿ëÀÌ ¾Èº¸ÀÌ´Â °Í±îÁö´Â ÁÁÀºµ¥....)
¹®Á¦´Â ÀúÀå¿ë·®¿¡ ÇÑ°è°¡ Àִµí ÇÕ´Ï´Ù.
³£ÇØ¾ß ¹Ýpage Á¤µµ?? (¿§Áö,ÆÄÆø¿¡¼­ È®ÀÎ)
ÀúÀå¿ë·®À» Á¶±Ý ´õ ´Ã¸± ¼ö ÀÖÀ»±î¿ä? 
 »ùÇÃpage (»èÁ¦)
 ¼Ò½º:  @happycgi.com   
<HTML>
<HEAD>
<STYLE><!--
.leading200 { line-height: 200% }
.leading180 { line-height: 180% }
.leading150 { line-height: 150% }
.leading100 { line-height: 100% }
-->
</STYLE>
<scRIPT LANGUAGE=javascript>
<!-- Hide Code
/* This code is Copyright (c) 1996 Nick Heinle and Athenia Associates, 
 * all rights reserved. In order to receive the right to license this 
 * code for use on your site the original code must be copied from the
 * Web site webreference.com/javascript/. License is granted to user to 
 * reuse this code on their own Web site if and only if this entire copyright
 * notice is included. Code written by Nick Heinle of webreference.com.
 */
function getCookie (name) {
var dcookie = document.cookie; 
var cname = name + "=";
var clen = dcookie.length;
var cbegin = 0;
        while (cbegin < clen) {
        var vbegin = cbegin + cname.length;
                if (dcookie.substring(cbegin, vbegin) == cname) { 
                var vend = dcookie.indexOf (";", vbegin);
                        if (vend == -1) vend = clen;
                return unescape(dcookie.substring(vbegin, vend));
                }
        cbegin = dcookie.indexOf(" ", cbegin) + 1;
                if (cbegin == 0) break;
        }
return null;
}
function setCookie (name, value, expires) {
        if (!expires) expires = new Date();
document.cookie = name + "=" + escape (value) + 
"; expires=" + expires.toGMTString() +  "; path=/";
}
function delCookie (name) {
var expireNow = new Date();
document.cookie = name + "=" +
"; expires=Thu, 01-Jan-70 00:00:01 GMT" +  "; path=/";
}
// ***End of Heinle Code***
var cookieName = "_note";
function checkNote() {
if(getCookie(cookieName) != null) {
document.note_form.note_output.value = unescape(getCookie(cookieName));
}
}
function writeNote() {
var expdate = new Date();
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 31));
var note = escape(document.note_form.note_input.value);
setCookie(cookieName,note,expdate);
}
// End hide -->
</scRIPT>
</HEAD> 
<BODY bgcolor="#FFD18C" text="black" link="blue" vlink="purple" alink="red" onload="checkNote()">
<DIV align="center"> 
<TABLE border="0" cellpadding="3" bgcolor="#2EE98B">
<TR>
<TD width="573" bgcolor="white"><FONT size="5" color="blue"><B>Free Note</B></FONT></TD>
</TR>
<TR>
<TD width="573" bgcolor="white"><FONT Size="2">¿©±â¿¡ ¸Þ½ÃÁö¸¦ ³²±â¸é ´ÙÀ½ ¹æ¹®ÇÒ ¶§ ±× ¸Þ½ÃÁö¸¦ º¸½Ç¼ö ÀÖ½À´Ï´Ù</font>
<FORM name="note_form" method="get"><P align="center"><FONT color="blue"><B>¿©±â¿¡ »õ·Î¿î ¸Þ¸ð¸¦ Çϼ¼¿ä</B></FONT><BR>

<TEXTAREA name="note_input" rows="10" cols="60"></TEXTAREA><BR>
<INPUT type="button" value="Submit" onclick="writeNote()"></P><P align="center"><FONT color="red"><B>±ÍÇÏ°¡ Àü¿¡ ³²±â½Å ¸Þ¸ðÀÔ´Ï´Ù</B></FONT><BR>

<TEXTAREA name="note_output" rows="10" cols="60"></TEXTAREA></P>
<P align="center"><INPUT type="button" value="Delete Note" onclick="delCookie(cookieName)"></P></FORM></TD>
</TR>
<TR>
<TD width="573"><FORM name="form" method="get"></FORM></TD>
</TR>
</TABLE>
</DIV>

</body>
</HTML>
 

0
ÃßõÇϱ⠴ٸ¥ÀÇ°ß 0
ºÏ¸¶Å©¹öÆ° °øÀ¯¹öÆ°

´Ù¸¥ÀÇ°ß 0 Ãßõ 1 À¯ºñµå
2021-08-24 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç

´Ù¸¥ÀÇ°ß 0 Ãßõ 0 µ¿¹°»ç¶û
2021-08-24 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç

´Ù¸¥ÀÇ°ß 0 Ãßõ 0 À¯ºñµå
2021-08-27 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç

´Ù¸¥ÀÇ°ß 0 Ãßõ 1 µ¿¹°»ç¶û
2021-08-28 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç

´Ù¸¥ÀÇ°ß 0 Ãßõ 0 Lllux
2021-08-26 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç

´Ù¸¥ÀÇ°ß 0 Ãßõ 0 µ¿¹°»ç¶û
2021-08-26 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç
  • ¾Ë¸² ¿å¼³, »óó ÁÙ ¼ö ÀÖ´Â ¾ÇÇÃÀº »ï°¡ÁÖ¼¼¿ä.
©¹æ »çÁø  
¡â ÀÌÀü±Û¡ä ´ÙÀ½±Û -¸ñ·Ïº¸±â