<script>
function copyClip(clip) {
copyOption = document.body.createTextRange();
copyOption.moveToElementText(clip)
copyOption.execCommand('copy');
alert('복사되었습니다.');
}
</script>
<button style="cursor:pointer" onclick=copyClip(clip1)>1번복사물</button>
<div id=clip1 style="display:none">대한민국</div>
<button style="cursor:pointer" onclick=copyClip(clip2)>2번복사물</button>
<div id=clip2 style="display:none">축구</div>
<button style="cursor:pointer" onclick=copyClip(clip3)>3번복사물</button>
<div id=clip3 style="display:none">국가대표</div>
<button style="cursor:pointer" onclick=copyClip(clip4)>4번복사물</button>
<div id=clip4 style="display:none">감독</div>
<button style="cursor:pointer" onclick=copyClip(clip5)>5번복사물</button>
<div id=clip5 style="display:none">조광래</div>
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5052 |
|
12년 전 | 2656 | |
| 5051 | 12년 전 | 2983 | ||
| 5050 |
hwang007
|
12년 전 | 960 | |
| 5049 | 12년 전 | 4708 | ||
| 5048 | 12년 전 | 1253 | ||
| 5047 |
basaria
|
12년 전 | 20257 | |
| 5046 |
|
12년 전 | 3456 | |
| 5045 |
|
12년 전 | 2208 | |
| 5044 |
|
12년 전 | 4880 | |
| 5043 | 12년 전 | 3851 | ||
| 5042 | 12년 전 | 1042 | ||
| 5041 | 12년 전 | 3776 | ||
| 5040 | 12년 전 | 1778 | ||
| 5039 | 12년 전 | 944 | ||
| 5038 | 12년 전 | 2158 | ||
| 5037 | 12년 전 | 7909 | ||
| 5036 | 12년 전 | 1930 | ||
| 5035 | 12년 전 | 1541 | ||
| 5034 | 12년 전 | 2127 | ||
| 5033 | 12년 전 | 1850 | ||
| 5032 | 12년 전 | 918 | ||
| 5031 | 12년 전 | 1029 | ||
| 5030 | 12년 전 | 5967 | ||
| 5029 | 12년 전 | 1253 | ||
| 5028 | 12년 전 | 3402 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기