Skip to main content
Participant
October 31, 2007
Answered

CFLAYOUT ISSUE

  • October 31, 2007
  • 2 replies
  • 311 views
I have a very simple cfform on a page that is nested inside a <cflayout>(Tab Format) block. Please see code below. The form works fine and I get the results I want. However, what I want is for the form to be submitted, but not return the results to the original page and original cflayoutarea Tab container. I want the form action page (BackLogIn2.cfm) to be the page to be displayed. I assume this is some sort of "Target" or "Navigate" issue, but I am having no luck.

Any help is appreciated.
    This topic has been closed for replies.
    Correct answer Jwyrick
    Call off the dogs. I found a syntax error when I was using the "Target" attribute on my cfform. It works fine now.

    Thanks

    2 replies

    Inspiring
    November 1, 2007
    madcow69 wrote:
    > Call off the dogs. I found a syntax error when I was using the "Target" attribute on my cfform. It works fine now.
    >
    > Thanks

    as i discovered to day from ray camden's blog
    ( http://www.coldfusionjedi.com/index.cfm/2007/10/31/Ask-a-Jedi-Why-isnt-my-form-reloading-the-whole-page)

    it matters a lot if you use <form> or <cfform> in the cf8 ajax
    containers like cfdiv or cflayout...
    thought i should share it with you...


    --

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com
    JwyrickAuthorCorrect answer
    Participant
    October 31, 2007
    Call off the dogs. I found a syntax error when I was using the "Target" attribute on my cfform. It works fine now.

    Thanks