Search results

  1. N

    html and javascript. checkbox to textbox?

    So i have to use information from a checkbox and put it in a textbox when a submit button is pressed. And i don't know what function to use. So here's my checkbox. <form action="" name="sport"> <p><strong>What is your favorite sport?</strong></p> Basketball: <input type="checkbox" name="check"...
  2. N

    Html and javascript. Radio buttons and text box?

    So when someone click the radio button "Seattle" or "New York" i want a text to appear in the text box. So if they click Seattle, "The west coast" appears and when they click New York, "The east coast appears in the text box. This is what i have so far... <form action=""> <p>Tell me about...
Back
Top