Question
cfselect and onClick
I have a cfselect statement whit the following options.
"Select" "Men" "Women" "Boys" "Girls" "Infants".
it is defaulted to "Select" but the user must select one of the other options to continue.
What I want is to be able to include an onClick in the select statment to display the rest of the page. because depending on which option you take, the rest of the page will be different.
Ex if the user selects "Men" - there are 4 more questions regarding men, if "Women" is selected, 7 questions regarding women
so on and so forth....
I know i can do it by forwarding the user to another page but I would like to embed it all in the same page...
Thanks in advance
Craig
it is defaulted to "Select" but the user must select one of the other options to continue.
What I want is to be able to include an onClick in the select statment to display the rest of the page. because depending on which option you take, the rest of the page will be different.
Ex if the user selects "Men" - there are 4 more questions regarding men, if "Women" is selected, 7 questions regarding women
so on and so forth....
I know i can do it by forwarding the user to another page but I would like to embed it all in the same page...
Thanks in advance
Craig