[mapguide-users] Re: Digitize point function Mapguide 2.1

Mauricio Villablanca mgvillablanca at yahoo.com
Wed Oct 6 04:21:14 EDT 2010


After you get the results you could post the results to the script of your
choice using the scriptFrame hidden frame so the user can keep selecting
items. Or run the script in the current frame to display the output its
output.

var params = array("results", value); //value could be the results as a json
string
formFrame.Submit("process.php", params, "scriptFrame");  
//formFrame.Submit("process.php", params, "taskFrame");

//process.php
<?php
   $res = $_POST["results"];
   ....
?>

If the the script you post the data to will use the Mapguide API, you need
to pass the session id and map name as parameters.
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Digitize-point-function-Mapguide-2-1-tp5600684p5606138.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list