A Shinobi Tale
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesSearchRegisterLog in

 

 Word Counter?

Go down 
AuthorMessage
Kusatta

Kusatta


Chakra : 100
Character Age : 16
Posts : 42
Ryo : 450

Word Counter? Empty
PostSubject: Word Counter?   Word Counter? EmptyFri Mar 06, 2015 9:56 am




function countit(){

var formcontent=document.wordcount.wordcount2.value
formcontent=formcontent.split(" ")
document.wordcount.wordcount3.value=formcontent.length
}






























Code:
<form name="wordcount" method="POST">
                 <script language="JavaScript">

function countit(){

var formcontent=document.wordcount.wordcount2.value
formcontent=formcontent.split(" ")
document.wordcount.wordcount3.value=formcontent.length
}
</script>             
   <table cellpadding="1px" cellspacing="1px" border="1px">
                                 
      <tbody>
         <tr>
                                       
            <td style="width: 100px;">
                             <textarea wrap="virtual" cols="25" name="wordcount2" rows="5"></textarea>             
            </td>
                                       
         </tr>
                                    
         <tr>
                                       
            <td style="width: 100px;">
                                          
               <div align="center">
                                             
                  <p>
                                   <input onclick="countit()" value="Calculate Words" type="button" /> <input size="20" name="wordcount3" type="text" />             
                  </p>
                                                       
               </div>
                                                            
            </td>
                                       
         </tr>
                                    
      </tbody>
   </table>
</form>
               
Back to top Go down
http://landofchakra.forumotion.com/
 
Word Counter?
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
A Shinobi Tale :: OOC Section :: Suggestions-
Jump to: