HTML Demo
Halaman hasil praktik coding HTML, CSS dan Javascript.
Selasa, 27 Desember 2022
Demo script - Copy to Clipboard
HTML Editor:
Hasil :
<!DOCTYPE html> <html> <head>
Demo HTML
</head> <body>
Copy to Clipboard - DEMO
<ul class='flexer' style='list-style: none'> <li class='flexer'>
Copy kode
<textarea>
</textarea> </li> <li class='flexer'>
Copy kode
<textarea>
</textarea> </li> </ul> <div class='xyz'> <div>
Pastekan kode disini :
</div> <textarea rows='4' cols='40'></textarea> </div> <script>//<![CDATA[ function handyCopier(elementId) { var aux = document.createElement("input"); aux.setAttribute("value", document.getElementById(elementId).innerHTML); document.body.appendChild(aux); aux.select(); document.execCommand("copy"); document.body.removeChild(aux); alert("Berhasil disalin :" + aux.value); document.body.removeChild(aux); } //]]></script> </body> </html>
Jalankan
Coding Blogger
Koleksi Script Fungsional
Posting Lebih Baru
Posting Lama
Beranda
Pratinjau Demo
| HTML Editor Blogger | by:
Handy Eko C