I second the IFRAME method.  As long as a page is within an IFrame or a
frameset of some sort in your modal window, the submit will stay within the
window.  The only drawback is that you have to pass the attributes that you
pass into the modal window's URL through to the IFRAME's URL (if you're
passing attributes on the URL at all).


Robyn

-----Original Message-----
From: Daniel Mackey [mailto:[EMAIL PROTECTED]
Sent: Friday, October 10, 2003 3:18 PM
To: CF-Talk
Subject: RE: Help with CF and modal window

Hi,

I usually put an IFRAME in the modal window:

----modal.cfm-----

<cfif not isdefined("inFrame")>
<iframe width=100% height=100% src=""> <cfelse>
    <!-------------The main page content---------------------->

    <!
  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to