FYI PopUp Manager Class is for *Flash* based popup windows, not HTML ones. Cheers,
!k -----Original Message----- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: March 10, 2006 7:45 AM To: CF-Talk Subject: RE: Flash form popup window That wouldn't be a popup. It'd be a normal window (without a target, it should probably not even be a NEW window) This is in the archives somewhere. You'll find more detail if you find the old posts but for the most part you want to do something like... getUrl(javascript:window.open(............................................)) ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: Martyn Bowis [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 7:37 PM To: CF-Talk Subject: Re: Flash form popup window getURL("put your url in here to your cfm page"); Need to use the quotes :) ----- Original Message ----- From: Steve Milburn To: CF-Talk Sent: Friday, March 10, 2006 1:25 PM Subject: Flash form popup window Can anyone point me in the right direction for creating a popup window when using flash forms? I am looking for similar functionality to what Ben Forta has on his web site for submitting a review for an ISP. It creates a new window with a new form allowing you to complete the review. I've seen a few examples that use the popup manager class, but the contentPath is throwing me off. It looks like it wants a .swf file. I want it to display another cf form. Any help is appreciated. Steve --- --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235016 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

