Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

passing variable from layered form

Guest
Dec 03, 2008 Dec 03, 2008
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!
210
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 03, 2008 Dec 03, 2008
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.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources