0
passing variable from layered form

/t5/coldfusion-discussions/passing-variable-from-layered-form/td-p/850501
Dec 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!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/coldfusion-discussions/passing-variable-from-layered-form/m-p/850502#M78445
Dec 03, 2008
Dec 03, 2008
Copy link to clipboard
Copied
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.
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
- 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.
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

