> Hello all > Need some help with a popup window and form submit.
> I have a form in a popup window and would like to submit back to itself. > I can do this, but when I do a new full size window is opened. > How can I submit a form back to itself and keep it in the popup window. What are the action and target attributes of the form tag currently? You might try using action="#cgi.path_info#" and target="_top" just to make sure the form's not getting a bad base target from the page. Isaac Dealey Certified Advanced ColdFusion Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

