| ページ一覧 | ブログ | twitter | 書式 | 書式(表) |
var txt_area = document.getElementById(text_area_id); txt_area.focus(); txt_area.select(); var txtRange = txt_area.createTextRange(); txtRange.execCommand("copy");
© 2006 矢木浩人