This tool will help in counting words and character in text you typed in text aread which is usefull for limiting the words and characters while publishing your posts so what for waiting get in to the tool do your work as fast as you can


Words : Characters :

If you like our blog share this with your friends: if you want the same to be added to your blog then please copy paste the below code

<div style="padding: 0px 0px 0px 50px;">
<form method="POST" name="wordcount">
<script language="JavaScript">
function countit(){
var formcontent=document.wordcount.wordcount2.value
document.wordcount.displaycount.value=formcontent.length
formcontent=formcontent.split(" ")
document.wordcount.wordcount3.value=formcontent.length
}
</script>

<br />
<table border="0" cellpadding="0" cellspacing="0">
    <tbody>
<tr>
      <td width="100%"><textarea cols="60" name="wordcount2" rows="12" wrap="virtual"></textarea></td>
    </tr>
<tr>
      <td width="100%"><div>
<input onclick="countit()" type="button" value="Calculate" />
      Words : <input name="wordcount3" size="15" type="text" />
 Characters : <input name="displaycount" size="15" type="text" /></div>
</td>
 </tr>
</tbody></table>
</form>
</div>
Dont forget to see my posts HOME | CONTACT US | ABOUT US | PRIVACY POLICY
 
Top