Advertisement
garfield

[HTML/JS]: Contar strings...

Nov 3rd, 2011
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. //         Contar tamanho de string pelo javascript.
  2. //     Créditos: @SuYaNw
  3.  
  4.  
  5.  
  6. <form name='str'> <textarea name='text' cols=100 rows=15>  </textarea>
  7. <input type='button' OnClick="alert('Seu Texto contém: '+ form.text.value.length +' Caracteres.');">
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement