<html>
<head>
<style type="text/css">
div { width:300;height:200;border:solid 1 black;font-size:12; }
</style>
<script type="text/javascript">
function _copy() {
var txt=document.body.createTextRange();
txt.moveToElementText(document.all.copyarea);
txt.select();
txt.execCommand("copy");
document.selection.empty();
}
</script>
</head>
<body>
<div id=copyarea>
<pre>
학교종이땡땡땡
</pre>
</div>
<br>
<input type="button" value="copy" onclick="_copy()">
<br>
<h5>테스트영역입니다(붙여넣기하세요)</h5>
<div id=pastearea contenteditable=true></div>
</body>
</html>
'Free Talking > Information' 카테고리의 다른 글
| 리얼 애니메이션&게임 캐릭터 (0) | 2008/06/21 |
|---|---|
| Textarea에 이미지 삽입 스크립트 (0) | 2008/06/18 |
| 텍스트 복사하는 스크립트 (0) | 2008/05/11 |
| 가전제품 이렇게 하면 오래 사용한다. (0) | 2008/04/24 |
| Doxbox 사용법 (0) | 2008/04/23 |
| Wii 발매일 및 가격 (0) | 2008/04/14 |
Trackback 0 And
Comment 0


