Changing for elements on a select change

liunx

Guest
I keep asking a lot about forms here. :rolleyes: <br />
<br />
I've got a customer request form where they can either activate their personal server space, or add another e-mail address to their account. Right now it's generic and they fill in the details in a <textarea> box and choose the subject by a drop down list.<br />
<br />
What I'd like to do (to keep it down to just one form) is have certain fields be visible with an e-mail request, and have another set of fields visible with a server request. The customer chooses the one they want by a drop down list. I think this is done by putting onChange() in the <option> detail. Am I right? Also, does anyone know where I can find steps on how to do this??<br />
<br />
Thanks<br />
Adam<!--content-->that would be onchange in the select statement. but you will have to have 2 forms \92 different pages) to do it. or you could do a hidden elements or something. if htey choose soemthing then the layer or div will become visible.<!--content-->
 
Back
Top