I have taken the invite a friend page and modified it so that - instead of sending a mail, it enters data into the database via sql statement. I also changed fields and added a few more.
Now, Everything works fine for the submission and all - I get the confirmation message that data has been input, and checking the database confirmsa this. But now here;s my problem.
After submitting form and getting confirmation message, I need the parent page to be refreshed upon closing the popup, as it needs to update the data on the page that houses the popup link.
In my original coding - non dolphin php script - I could use a body onUnload and it was perfect, but that is not working here. I also tried various javascript commands and even buttons and links just to close the window, but none of them functioned at all (did not close popup)
Any Help would be greatly appreciate4d
Thanks in advance.