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

Submit form in a div to a cfdiv

Guest
Jun 03, 2008 Jun 03, 2008
Hi all,

I have a page with a search form at the top, and the search results at the bottom. I would simply like to have the form, which is currently in a div, submit to the search results cfdiv. I know I could put the form and search results together in a cfdiv and it would submit to itself, but I'd like to avoid refreshing the form. This seems like it should be a piece of cake, but I can't seem to find any example of how to do it. Anyone know how?

Thanks,
Russ
394
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

correct answers 1 Correct answer

LEGEND , Jun 03, 2008 Jun 03, 2008
look up ColdFusion.navigate() function in the cfml reference or livedocs.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
LEGEND ,
Jun 03, 2008 Jun 03, 2008
look up ColdFusion.navigate() function in the cfml reference or livedocs.

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
Guest
Jun 04, 2008 Jun 04, 2008
LATEST
Thanks, Azadi. I knew there had to be a simple answer!
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