<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2462.0" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 8pt Tahoma; MARGIN-LEFT: 2px">
<DIV><FONT size=1>Hi folks,</FONT></DIV>
<DIV><FONT size=1>I have an airport layer with different classes of airports 
within it determined by a SYMBOL attribute in the shape file. I would like to be 
able to choose the Attribute to display at run time by feeding the labelitem i.e 
FAAID or Airport Name from a dropdown list box on my html form.&nbsp; 
</FONT></DIV>
<DIV><FONT size=1>In other words, I want the user to be able to diplay the 
Airport name if they want, or the FAA Id, etc... chosen from a dropdown. Can 
this be done? </FONT></DIV>
<DIV><FONT size=1></FONT>&nbsp;</DIV>
<DIV><FONT size=1>I haven't seen a question on this or an example of this in the 
archives. </FONT></DIV>
<DIV><FONT size=1></FONT>&nbsp;</DIV>
<DIV><FONT size=1>Does anyone have an example of doing this and 
what&nbsp;variable should I be passing to the map file and what is the syntax of 
that, please? Also, any suggestions on the coding of the html drop down? Thanks 
for any assistance.&nbsp; Below is a snip of my map file.</FONT></DIV>
<DIV><FONT size=1></FONT>&nbsp;</DIV>
<DIV><FONT size=1></FONT>&nbsp;</DIV>
<DIV># Start of AIRPORT Layer<BR>LAYER<BR>&nbsp; NAME AIRPORT<BR>&nbsp; TYPE 
Point<BR>&nbsp; DATA AIRPORT<BR>&nbsp; STATUS DEFAULT<BR>&nbsp;&nbsp;<BR>&nbsp; 
LABELITEM FAAID</DIV>
<DIV>&nbsp; CLASSITEM "SYMBOL"<BR>&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp; 
CLASS &nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION 
/1/<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME "Public 
Airport"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 
13&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # legend symbol 
size<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 102 204 000&nbsp; # legend symbol 
color - green<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp; 
LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 255 
153<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION 
AUTO<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
small<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PARTIALS 
TRUE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BUFFER 2<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp;&nbsp; END # CLASS</DIV></BODY></HTML>