fav. | | Create free blog ( Türkçe , Deutsch , Español )

karakter sayacı kod

Tarih 02 Ağustos 2008, 21:49. Yazan mekansız.  
Etiket:

 

<!--Kaynak = www.meta.bloggum.com-->
<form name='form' style=" color=#000080; ">
<b>Kelime Yaz:   </b>
<TEXTAREA style="background-color=#ebe2d3; color=#000066;" type='text' name='t1' onKeyUp='char_count(this.form)' rows="1" cols="20"></TEXTAREA> 
<input style="background-color=#ebe2d3; color=#000066;" size='2' type='text' name='t2' value='0'>
</form>

<script language='javascript'>
function char_count(form)
{
 form.t2.value=form.t1.value.length;
}
</script>      
<!--Kaynak = www.meta.bloggum.com-->

0 yorum.