<html>
<head>
<title>µå·¡±× º¹»ç</title>
<script language=JavaScript>
function contents_cp()
{
if (window.event)
{
window.event.returnValue = true;
window.setTimeout('attach_kinref()', 25);
}
}
function attach_kinref()
{
if (window.clipboardData) // IE
{
// get data from clipboard
var txt = window.clipboardData.getData('Text');
// attach the source at the end of text
txt = txt + '\r\n(Ãâó : http://www.happycgi.com)\r\n';
// set data to clibboard
var result = window.clipboardData.setData('Text', txt);
}
}
</script>
</head>
<body>
<div id='contents_area' onCopy='javascript:contents_cp();'>
¿©±â¸¦ ¸¶¿ì½º·Î µå·¡±× Çؼ º¹»çÇÑ ´ÙÀ½ ´Ù¸¥ °÷¿¡ ºÙ¿©³Ö±â¸¦ Çغ¸¼¼¿ä.
</div>
</body>
Ãâ·ÂÇÒ ¸Þ½ÃÁö´Â Ãâó : http://www.happycgi.com ºÎºÐÀ» ¼öÁ¤ÇÏ¸é µË´Ï´Ù.
±×¸®°í ¾Æ·¡ÀÇ ·¹ÀÌ¾î ¾È¿¡ Á¸ÀçÇÏ¿©¾ß ÇÕ´Ï´Ù.
<div id='contents_area' onCopy='javascript:contents_cp();'>
¿©±â¸¦ ¸¶¿ì½º·Î µå·¡±× Çؼ º¹»çÇÑ ´ÙÀ½ ´Ù¸¥ °÷¿¡ ºÙ¿©³Ö±â¸¦ Çغ¸¼¼¿ä.
</div>
|