In html, how do you show a text box with a phrase when a radio button is selected?

shmee

New member
Right now it looks like this:

<input type="radio" name="Location" onclick="display(message1);" name
value="Seattle" /> Seattle, WA<br />

I want to have a text box show a text box only when the radio button is selected
 
Back
Top