jessnoonyes
Joined: 08 Jul 2007 Posts: 6
|
Posted: Fri Mar 21, 2008 10:55 pm Post subject: Passing form values to another box |
|
|
Hi guys! I could really use a little help understanding something. I'm trying to create a form that's broken up into different parts with a javascript accordion. I'd like to have it so that when one variable is selected on the left side, it's value is shown on the right side. I have kinda my idea up at:
http://www.comgardens.com/quiz/new/hbtest2.html
The two boxes at the top do what I want, but I want to replace the left box with the accordion on the bottom. The options in the top left box have values like:
<option value=1>DHTML
<option value=2>HTML
<option value=3>Java
that when clicked get shown in the right box. But when I take out the existing left box and replace it with the accordian, and give the radio buttons option values the whole thing just breaks and looks awful. Any advice, tips, hints?
Thank you! |
|