but it works this way too, without the frame(s). called the form with showModalDialog()
in the form .cfm I threw in a <script> window.name = windowName</script> and then added target="windowName" in the form tag. when the form submitted to itself, it came back in the same window. Am I missing something? On 11/16/06, DRE <[EMAIL PROTECTED]> wrote: > You cant use regular form submissions with the msie modal and modeless > dialogue. You can get around it by either enclosing everything in a single > frame or iframe in which you can use regular form submission or the other > alternative is to submit your data via httpRequest. > > DRE > > On 11/16/06, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote: > > > > I've always used this kind of modal dialog in my apps. It might be > > easier to configure to your needs. > > > > http://sublog.subimage.com/articles/2006/01/01/subModal > > > > > > > > > > On 11/16/06, William Bowen <[EMAIL PROTECTED]> wrote: > > > Is there a way to get a form contained within a modal dialog (created > > > by calling showModalDialog) to submit to the same dialog? > > > > > > I'm searching too, but haven't found anything just yet. > > > > > > TIA! > > > -- > > > will > > > > > > "If my life weren't funny, it would just be true; > > > and that would just be unacceptable." > > > - Carrie Fisher > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:220869 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
