Checkbox question

wxdqz

New Member
I have an area on my form that only want displayed if the checkbox above it is checked. So, if a someone is filling out the form and clicks the YES checkbox, another text field opens up below it for them to add additional information. I've seen this done with VBSCRIPT, but I thought it would be possible with JavaScript, right? Something like:

<input type="checkbox" name="yes" ID=Check1 value=http://www.webdeveloper.com/forum/archive/index.php/"1" onClick="dosomething">

And then have the additional info below. Any help would appreciated.
 
Back
Top