[mapguide-users] Javascript value to php

mates reklamama at centrum.sk
Wed Dec 5 15:15:32 EST 2007


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.



More information about the mapguide-users mailing list