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...
  3. N

    Find the linear speed and how fast the bicycle is going.?

    A bicycle with 20-in diameter wheels has its gears set so that the chain has a 7-in radius on the front sprocket and 4-in on the rear spocket. The cyclist pedals at 180 rpm. So i tried multiplying the rpm by the diameter of the wheel but i don't know what to do with the sprockets and how they...
Back
Top