Word Countdown Scrypt

7:26 PM
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.



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
}








<input type="button" value="Calculate Words"
onClick="countit()">


Ingin Pasang Widged Ini ? Klik
JavaScript
Kit




And the result as below

function countit(){/*Word count scriptBy JavaScript Kit (http://javascriptkit.com)Over 400+ free scripts here!*/var formcontent=document.wordcount.wordcount2.valueformcontent=formcontent.split(" ")document.wordcount.wordcount3.value=formcontent.length}




Want to install this widget ? Click
JavaScript
Kit

Artikel Terkait

Next Article
« Prev Post
Previous Article
Next Post »
Penulisan markup di komentar
  • Untuk menulis huruf bold gunakan <strong></strong> atau <b></b>.
  • Untuk menulis huruf italic gunakan <em></em> atau <i></i>.
  • Untuk menulis huruf underline gunakan <u></u>.
  • Untuk menulis huruf strikethrought gunakan <strike></strike>.
  • Untuk menulis kode HTML gunakan <code></code> atau <pre></pre> atau <pre><code></code></pre>, dan silakan parse kode pada kotak parser di bawah ini.

Disqus
Tambahkan komentar Anda

No comments