Submit form from greybox window to main window
Posted
by LookUp Webmaster
on Stack Overflow
See other posts from Stack Overflow
or by LookUp Webmaster
Published on 2010-04-17T07:57:23Z
Indexed on
2010/04/17
8:03 UTC
Read the original article
Hit count: 147
Hi everyone,
I'm using greybox and trying the following thing: I want to make a form inside the pop-up so when the users submit's it, the request goes to the main window and the pop-up closes.
I know the way to close the window is by using onclick="parent.parent.GB_hide()", but I really haven't been able to find a way to make the pop-up close and the data sent to the corresponding controller when the form is submitted.
I'm using Zend FW.
Thanks in advance, I really appreciate what this community does.
© Stack Overflow or respective owner