-->

Word Countdown Scrypt

Today I visited my friend Rizky, the blog I got a useful additional knowledge for me. Scrypt number of words that can be mounted on posts or in pairs in the sidebar of our blog.

Scrypt is suitable for you who like to play PTR (Paid To Review) since before we post our articles, we can check whether the words we write are in accordance with the request.
Simply copy / paste the below scrypt.
<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="5">
<tr>
<td width="100%"><textarea rows="12" name="wordcount2" cols="55" wrap="virtual"></textarea></td>
</tr>
<tr>
<td width="100%"><div align="right"><p><input type="button" value="Calculate Words"
onClick="countit()"> <input type="text" name="wordcount3" size="20"></p>
<div align="center"><center><p><font face="arial" size="-2">Ingin Pasang Widged Ini ? Klik</font>
<font face="arial, helvetica" size="-2"><a href="http://www.satriacell.com/2010/03/word-countdown-scrypt.html">JavaScript
Kit</a></font></p>
</center></div></div></td>
</tr>
</table>
</form>

And the result as below






Want to install this widget ? Click
JavaScript
Kit

Posting Komentar

Label

Subscribe Our Newsletter