
14.04.2007, 19:34
|
|
наркоман с медалью
Регистрация: 07.05.2005
Сообщений: 3,704
Провел на форуме: 19975136
Репутация:
4536
|
|
непохек =\
Код:
<script> function repl(){
document.forms['mda'].str.value = document.forms['mda'].str.value.replace(/[0-9]/gm, '');
}
</script>
<form name='mda'>
<textarea cols='30' rows='10' name='str'></textarea>
<input type='button' onClick='repl()'> </form>
|
|
|