what are the params? On 26 March 2010 22:32, padmini godavarthi <[email protected]> wrote: > > Hi, > the way iam posting all the code (i didn't mean that someone can debug the > problem and tell me the solution),i have to mean that it will be easy to > othere people to understand my problem(wht iam saying)by sending the all > the code.. > > yes,i know where was the problem with this code.. > > if (msie) > reqHandler = new ActiveXObject("Microsoft.XMLHTTP"); > else > reqHandler = new XMLHttpRequest(); > reqHandler.open("POST", "zoomcontroller1.php", false); > reqHandler.setRequestHeader("Content-Type", > "application/x-www-form-urlencoded"); > reqHandler.send(reqParams); > alert(reqHandler.responseText); > > but iam sending all the parameters correctly(command ,session,map and > layername).........really iam unable to find the problem.thats why i posted > this mail...... > > regards, > padmini G. > > -- > View this message in context: > http://n2.nabble.com/Response-text-error-in-Getting-layer-properties-tp4802751p4803271.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users >
-- Zac Spitzer Solution Architect / Director Ennoble Consultancy Australia http://www.ennoble.com.au http://zacster.blogspot.com +61 405 847 168 _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
