Ajax: Partial refresh of a parent page (update a div) from "lightbox" window

Posted by superUntitled on Stack Overflow See other posts from Stack Overflow or by superUntitled
Published on 2009-01-18T20:46:43Z Indexed on 2010/05/03 13:18 UTC
Read the original article Hit count: 173

Filed under:
|
|
|
|

Is there a way to update information in a div of a parent page from a pop-up/"lightbox" window. I would like to create a pop up window that contains a form that updates a database (currently i am using php/mysql with prototype).

In other words... I would like a user to be able to use a form in a popup window to update the database, and the changes that are made to be shown on the parent page without that parent page being refreshed.

Thanks.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about php