[mapguide-users] Re: Layer properties problem
Tom Chadwin
tom.chadwin at nnpa.org.uk
Wed Apr 7 06:31:43 EDT 2010
Instead of your:
alert(propertySelect.value); [it comes as the index value]
try:
alert(propertySelect[propertySelect.selectedIndex].value);
Does that fix it? This is a Javascript issue, not a PHP one.
Tom
--
View this message in context: http://n2.nabble.com/Layer-properties-problem-tp4863462p4864089.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list