<input type="password" maxlength="20" name="signup_password" value="" class="input_text"/> <script> document.getElementsByName('signup_password')[0].value = 'Текст'; </script>