|
Post by sonata on Jan 20, 2008 2:07:21 GMT -5
I think yall should have a word counter at the bottom of each page :]
|
|
|
Post by Scream.[Collision]. on Jan 20, 2008 13:11:57 GMT -5
Okay i will try to find one !
|
|
Andromeda
Global Moderator
%%Green Re-birth%%
Posts: 47
|
Post by Andromeda on Jan 20, 2008 13:23:24 GMT -5
I know where you can get one! I have the code for one like we have on MT at my site. Would you like me to post it?
|
|
Andromeda
Global Moderator
%%Green Re-birth%%
Posts: 47
|
Post by Andromeda on Jan 20, 2008 14:00:39 GMT -5
This is the code for the one I use on my site. It looks like the one you see on MT.
<center><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="0"> <tr> <td width="100%"><textarea rows="12" name="wordcount2" cols="60" 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="10"></p> <div align="center"><center><p><font face="arial" size="-2">This free script provided by</font> <font face="arial, helvetica" size="-2"><a href="http://javascriptkit.com">JavaScript Kit</a></font></p> </center></div></div></td> </tr> </table> </form></center>
|
|
*Roxie
Administrator
FEAR me
in l ♥ v e%%Equivation%%
Posts: 88
|
Post by *Roxie on Jan 20, 2008 14:09:04 GMT -5
I added one at the bottom, what do you guys think of it?
|
|
Andromeda
Global Moderator
%%Green Re-birth%%
Posts: 47
|
Post by Andromeda on Jan 20, 2008 14:11:29 GMT -5
I love it! What did you do to the code to make it so small? (The one I have takes up alot of space.)
|
|
*Roxie
Administrator
FEAR me
in l ♥ v e%%Equivation%%
Posts: 88
|
Post by *Roxie on Jan 20, 2008 14:22:49 GMT -5
Uhmm -thinks- I'll take a look and see if I know where to edit it, and thank ya, i'm glad you like it!
|
|