Skip to main content
Inspiring
September 27, 2011
Answered

CFSELECT , passing selected value in the URL ?

  • September 27, 2011
  • 1 reply
  • 1030 views

Is it possible to use CFSELECT to pass the chosen value in the list as a URL variable ?

eg. at present I surround the CFSELECT in a form and use the onChange event to submit the form

What I would like to do is pass the chosen value from the list as a URL variable, instead of a form item

This topic has been closed for replies.
Correct answer Dax_Trajero

bugger, just managed to track down the answer. Couldn't phrase my question correctly on the search engines. When I finally did phrase correct;y it reminded me to use GET instead of POST

Nothing confidential being passed, so it's fine.

All sorted

1 reply

Dax_TrajeroAuthorCorrect answer
Inspiring
September 27, 2011

bugger, just managed to track down the answer. Couldn't phrase my question correctly on the search engines. When I finally did phrase correct;y it reminded me to use GET instead of POST

Nothing confidential being passed, so it's fine.

All sorted