/t5/coldfusion-discussions/passing-variable-from-layered-form/td-p/850501Dec 03, 2008
Dec 03, 2008
Copy link to clipboard
Copied
I'm trying to pass a variable from a form in a floating layer
into a CF hidden field after submitting a form button on the main
page. Nothing I've tried seems to be able to pass since I can't
call a form name in the form.variable format, cfscript doesn't
support the document. format, etc. Any suggestions? Thanks
much!
/t5/coldfusion-discussions/passing-variable-from-layered-form/m-p/850502#M78445Dec 03, 2008
Dec 03, 2008
Copy link to clipboard
Copied
LATEST
use javascript. cf, and thus cfscript, runs on the SERVER,
not on client
- it is totally oblivious to anything you do in your page
after it as
been rendered and until you submit the form or send data to
the server
in some other way.