EllisLab text mark
Advanced Search
     
Submit data in pop up window, close it and refresh parent page
Posted: 23 June 2012 07:30 AM   [ Ignore ]
Joined: 2012-06-20
3 posts

I have a pop up window that has a form when the user submits the form on the pop up window it should close and refresh the parent page.

i have used
1.

<input type="submit" value="Submit" /> 

->which closes the popup window without submitting the form

2.

<input type="submit" value=submit" /> 

->which submits the form but the popup window becomes blank; “it turns white”


help?