Hi. 
How can i send a value from javasript to php?

I need the X and Y coordinates pass to a php script.The user click on the
map and then the php script will work up this values. 

I use these functions 

function DigitizePoint() {
    
parent.parent.mapFrame.DigitizePoint(OnPointDigitized);
      }

function OnPointDigitized(point) {
ShowResults(point.X,point.Y);
 } 
-- 
View this message in context: 
http://www.nabble.com/Javascript-value-to-php-tf4952010s16610.html#a14179532
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to