I am running an apache webserver with PHP and Mysql and I am using the
Codeigniter framework.
I am calling a list of search results from the database and this
result is passed to the php which dynamically generates the markers
based on the data.
My problem is that I am wanting to take user input from a form inside
the marker's info window and submit it using POST to another .php
page. I am not able to fetch any of this data from the other page.
here is the code I am using to define the info window:
GEvent.addListener(marker, "mouseover", function() {
marker.openInfoWindowHtml(html + '<a href="' + link +
'">View Profile</a><br/><form action="directions" method="post"><input
type="hidden" id="to" value="' + address + '"/><br/>Get Directions:<br/
><input type="text" id="from" value="From" size="15"/><input
type="submit" value="Go"/></form>');
});
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---