Hey,

I'm trying to figure out a way to have dynamic select boxes. Before
everyone jumps down my throat I know how to do it but I have a slight
change.

select box - dynamically generated from query (done easy)
when the user clicks on this it will generate a list in the next select
box

<select onselect="populate next box">
<option> #1# </option> 
<option> #2# </option> 
<option> #3# </option> 
</select>

Now I want to move variables passed from the above select box to another
select box

<select>
<option> #2# </option> 
<option> #3# </option> 
</select>

And post to another page.

I know most of this has to be done using javascript but does anyone else
have any better methods of doing this. Prefer using CF rather then JS.

Thanks!
Jeremy

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to