Minggu, 28 Februari 2010

Penghitung kata

21.37

halo kawan, Buat yang suka maen paid review, pasti akan terbantu dengan alat yang satu ini.
namanya program penghitung kata karya gue. hehe

wah namanya keren, saya kasih nama seperti itu karna siapa aja bisa membuatnya.
langsung saja copy code di bawah ini ke notepad, kemudian Save As sebagai HTML
hasilnya Seperti ini ni :















 <form method="POST" name="wordcount">
  <script language="JavaScript">
function countit(){
/*Word count script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/
var formcontent=document.wordcount.wordcount2.value
formcontent=formcontent.split(" ")
document.wordcount.wordcount3.value=formcontent.length
}
  </script>
<table border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="100%">
      <textarea rows="12" name="wordcount2" cols="57" wrap="virtual"></textarea></td>
    </tr>

    <tr>
      <td width="100%"><div align="right"><p>&nbsp;<input type="button" value="Hitung Jumlah Kata"
      onClick="countit()"> <input type="text" name="wordcount3" size="7"><b>
        Kata</b></p>
      </div></td>
    </tr>
  </table>
</form>

Silahkan Hitung Jumlah Kata Anda :


 

0 Responses to “Penghitung kata”

Posting Komentar