Hi,
I have a page (browse_people.php) which displays a table with a list of people in the database and their details in the same row.
At the end of each row I have a link called 'edit' which links to another page (edit_person.php) with a form to edit that person's details (I've made this page already).
How do I make this link open a popup (edit_person.php?personID='.$personID.'&...), which, when I press save button will submit to itself, then does some processing to save the data, closes itself and refreshes the parent window.
I've been messing about with some javascript to do this, but can't quite get it to work.
It's this last bit that I'm stuck on, submitting, processing then calling a javascript function to close itself & refresh parent.
thanks for any help/advice, it's much appreciated,
norpel