What do you mean 'submit to the first page'

Can't you just make the action of the popup form the same url as the parent?
Then refresh the parent and close the popup.

-or- 

Do you want to update fields/data on the parent page with data from the
popup form?

window.opener.forms.parentform.parentformfield.value =
document.forms.popupform.popupformfield.value;

window.close();

a little more detail on what exactly it is that you are trying to do might
uncover a better solution.


-----Original Message-----
From: Ken [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 26, 2006 10:11 AM
To: CF-Talk
Subject: form target

Sorry guys. I think I missed my morning coffee. I'll just re-phrase my
question. Please ignore previous post. Here goes:
My page opens a pop-up window (a cfm page). From there I want to
submit a form to the first page, the base window, and once that is
done, I want to close the pop-up.
Please help.

Thanks,
K



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Talk/message.cfm/messageid:258111
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to