jsp ... 복사하기 ... 날짜 신청자 수 2022년 05월 2 2022년 06월 3 2022년 07월 4 ... HTML 삽입 미리보기할 수 없는 소스 js function fn_copyTable(){ var myCopyArea = document.getElementById("resultTable"); var selection = window.getSelection(); var range = document.createRange(); range.selectNodeContents(myCopyArea); selection.removeAllRanges(); selection.addRange(range); //table영역 드래그 한 효과 document.execCommand('copy'); //clip..