Pop Up windows and getting data back

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
PhilAJ
Forum Newbie
Posts: 9
Joined: Fri May 04, 2012 1:47 am

Pop Up windows and getting data back

Post by PhilAJ »

I have a page that shows a static Google Map - with a marker in it, and a link to allow the user to 'fine tune' the marker location.

I want to be able to popup a 'modal' window containing the google map and marker - and allow the user to drag the marker around and pass back the new location to the original page. I have managed to get most of this done with a non modal page - and drag around - and even grab the NEW positions in the popped up page. ANy additional help on this would be great.

My main problem is how to get the new values of position back to the original callilng page ...and into variables on that page - so I can update my database.

Help as always very much appreciated

Phil
Post Reply