Word count?
5 posters
Page 1 of 1
Word count?
Hello,
is there any way i can get a word count in my editor?
See pic for better explanation:
is there any way i can get a word count in my editor?
See pic for better explanation:
Re: Word count?
You can't add there but I had something similary
- Code:
<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>
<center><table>
<tbody><tr>
<td><textarea rows="6" name="wordcount2" wrap="virtual"></textarea></td>
</tr>
<tr>
<td>
<table><tbody><tr><td><input type="button" value="CALCULATE" onclick="countit()"></td><td><input type="text" name="wordcount3" size="5"></td></tr></tbody></table></td>
</tr>
</tbody></table></center>
</form>
Re: Word count?
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Forum Word Count
» Making Javascript word count box have a different text input colour
» How do I make a forum area not count towards post count..?
» Word Censoring...
» Like Count
» Making Javascript word count box have a different text input colour
» How do I make a forum area not count towards post count..?
» Word Censoring...
» Like Count
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum