About 1,000,000 results
Open links in new tab
  1. How do I get the value of text input field using JavaScript?

    Jul 19, 2012 · There are various methods to get an input textbox value directly (without wrapping the input element inside a form element): Method 1 document.getElementById('textbox_id').value to get …

  2. How can the size of an input text box be defined in HTML?

    Sep 25, 2011 · Learn how to define the size of an input text box in HTML with examples and tips on customization.

  3. html - Why isn't text-transform: uppercase working to set my input text ...

    5 Using CSS text-transform: uppercase does not change the actual input but only changes its look. If you send the input data to a server it is still going to lowercase or however you entered it. To actually …

  4. javascript - How do I put a clear button inside my HTML text input box ...

    I want to have a nice little icon that, when clicked will clear the text in the <INPUT> box. This is to save space rather than having a clear link outside of the input box. My CSS skills ar...

  5. Wrapping text inside input type="text" element HTML/CSS

    Learn how to wrap text inside an HTML input type="text" element using CSS techniques and best practices.

  6. Set the default value of an input field - Stack Overflow

    How would you set the default value of a form <input> text field in JavaScript?

  7. make html text input field grow as I type? - Stack Overflow

    When you type into the field, it puts that text into the hidden span, then gets its new width and applies it to the input field. It grows and shrinks with your input, with a safeguard against the input virtually …

  8. html - Drop Down Menu/Text Field in one - Stack Overflow

    So for any entry the client must either choose from the drop down list or enter the amount textually. After the description of my problem, and the simple example that I have introduced to you, here is my …

  9. html - How to define a default value for "input type=text" without ...

    Explore methods to set default values for input type=text without using the value attribute in web development.

  10. HTML Input - already filled in text - Stack Overflow

    Dec 21, 2022 · Learn how to prefill HTML input fields with default text and manage user interactions effectively.