Script ini digunakan untuk menciptakan fungsi copy text to clipboard dan hanya kompatibee di Internet Explorer. Untuk menggunakannya, silahkan simpan script berikut ini di bagian head di antara tag <head> dan tag </head>
Update » Jemuah LEGI, Maret, 23, 2012
Javascript :
<script> bBool=false var copiedtext="" var tempstore="" function initiatecopy() { bBool=true; } function copyit() { if (bBool) { tempstore=copiedtext document.execCommand("Copy") copiedtext=window.clipboardData.getData("Text"); if (tempstore!=copiedtext) { alert(copiedtext); } bBool=false; } } document.onselectionchange = initiatecopy document.onmouseup = copyit </script>
Silahkan juga buka Tutorial lain yang sangat menarik dan patut di ikuti sampeyan semua. Akses melalui link di bawah ini:
Update » Jemuah LEGI, Maret, 23, 2012
» Happy Blogging - gubhugreyot «
silahkan tulis sebuah komentar!
gubhug reyot