View the source of the HTML in the browser, and confirm that the right values are present for each option. In other words, make sure that you have:

<option value="FeatId">FeatId</option>
<option value="Parcel">Parcel</option>
<option value="Area">Area</option>

and not:

<option value="0">Feature ID</option>
<option value="1">Parcel</option>
<option value="2">Area</option>

Regardless of this, try:

alert(propertySelect[propertySelect.selectedIndex].name)

Tom
<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/Layer-properties-problem-tp4863462p4876305.html">Re: Layer properties problem</a><br>
Sent from the <a href="http://n2.nabble.com/MapGuide-Users-f1803227.html">MapGuide Users mailing list archive</a> at Nabble.com.<br>