Skip to main content
June 3, 2008
Answered

Submit form in a div to a cfdiv

  • June 3, 2008
  • 1 reply
  • 433 views
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
    This topic has been closed for replies.
    Correct answer Newsgroup_User
    look up ColdFusion.navigate() function in the cfml reference or livedocs.

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

    1 reply

    Newsgroup_UserCorrect answer
    Inspiring
    June 4, 2008
    look up ColdFusion.navigate() function in the cfml reference or livedocs.

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/
    June 4, 2008
    Thanks, Azadi. I knew there had to be a simple answer!