Javascript untuk menghitung jumlah kata

untuk membuta hitung jumlah kata pada notepad html dapat disisipkan script javascript sebagai berikut :

<script type="text/javascript">
function hitung(){
var formcontent=document.wordcount.wordcount2.value
isi=formcontent.split(" ")
document.wordcount.wordcount3.value=isi.length
}
</script>

untuk lebih memahaminya bisa di buka menu untuk HTML cara membuat penghitung kata dengan html
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment