Post a form synchronously even though it is in a cfdiv

2009-11-13 Thread David Mineer
How do I force a form to post synchronously even thought it is inside a cfdiv and therefore defaults to posting asynchronously? -- David Mineer Jr - The critical ingredient is getting off your butt and doing something. It's as simple as that. A lot of people have ideas, but

Re: Post a form synchronously even though it is in a cfdiv

2009-11-13 Thread Dave Watts
How do I force a form to post synchronously even thought it is inside a cfdiv and therefore defaults to posting asynchronously? What exactly do you mean? Do you want the entire page to refresh, not just the contents of the CFDIV? If so, just change the TARGET to incorporate the entire page

Re: Post a form synchronously even though it is in a cfdiv

2009-11-13 Thread David Mineer
That is what I mean. It submits inside the cfdiv, show the target page pulls up completely inside the cfdiv. I want it to pull up on a new page. I changed the cfform to just use form and that fixed it for me, but I didn't need any cfform goodness this time. I did breifly test your _top

Re: Post a form synchronously even though it is in a cfdiv

2009-11-13 Thread Dave Watts
That is what I mean.  It submits inside the cfdiv, show the target page pulls up completely inside the cfdiv.  I want it to pull up on a new page. I changed the cfform to just use form and that fixed it for me, but I didn't need any cfform goodness this time.  I did breifly test your _top