PDA

View Full Version : submitting to parent window


joe_mama
10-28-2003, 10:51 AM
Hi, I have a window that opens a child window. The user can enter info into this child window and submit it. I want the info to be submitted to its parent window and displayed there, but I have no idea how to do this. Any ideas?

Thank you

scoutt
10-28-2003, 02:32 PM
in your button or form you have this

onclick="opener.location.submit='page.php'; return false;"

I think that should work. I am not sure for forms though.