|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
passing cfparam
hi all,
i've done this plenty of times before only the problem is i seem to do it differently each time. so here's my question: what is the "best" or "easiest" way to pass a cfparam or variable between pages on form submission without using URL variables? |
|
#2
|
|||
|
|||
|
inside your form you can add a hidden input text field that is named by the variable you need to pass and has value.
ie <cfparam theVariable default="0"> <cfoutput> <form> <input type="hidden" name="theVariable" value="#theVariable#"> </form> </cfoutput> |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Cold Fusion Development > passing cfparam |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|