<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Greetings List,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am using an instance of LegendTemplate to control layer selection via a Mapserver HTML template.</DIV>
<DIV>&nbsp;</DIV>
<DIV>My problem is that I want to combine the use of both checkboxes (for overlay kinds of layers) and radio buttons (for backgrounds).&nbsp; I have metadata in the mapfile that indicates this status. (a snippet of code from the template is below)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Unfortunately, because the name element is the same for both radio and checkbox inputs, a selection of a radio button will turn off all the checkboxes (problem is limited to Internet Explorer).</DIV>
<DIV>&nbsp;</DIV>
<DIV>I can't seem to track down where "legendgroupname[]" has roots, as I initially duplicated the legend widget and tried to rename the variable in a new widget.<BR><BR>Any advice is much appreciated!<BR>Best regards,</DIV>
<DIV>Jessica</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>**********************************<BR>&nbsp; [if name=IsBackground oper=isnull]<BR>&nbsp; &lt;p&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" name="legendgroupname[]" value="[leg_group_name]"<BR>&nbsp;&nbsp;&nbsp; [if name=layer_status oper=eq&nbsp; value=1]CHECKED [/if]<BR>&nbsp;&nbsp;&nbsp; [if name=layer_status oper=eq value=2]CHECKED [/if]&gt;&lt;span class="label"&gt;[leg_group_name]&lt;/span&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<BR>&nbsp; [/if]<BR>&nbsp; [if name=IsBackground oper=isset]<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;input type="radio" name="legendgroupname[]" value="[leg_group_name]"<BR>&nbsp;&nbsp;&nbsp; [if name=layer_status oper=eq&nbsp; value=1]CHECKED [/if]<BR>&nbsp;&nbsp;&nbsp; [if name=layer_status oper=eq value=2]CHECKED [/if]&gt; &amp;nbsp&lt;span class="label"&gt;[leg_group_name]&lt;/span&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<BR>&nbsp; [/if]<BR>[/if]<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>****************************<BR>Jessica Deegan<BR>GIS Analyst<BR>Labor Market Information Office<BR>MN Dept of Employment and Economic Development<BR>332 Minnesota Street, Saint Paul, MN 55101<BR>(office) 651/296.3739 | (fax) 282.5429</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://www.deed.state.mn.us/lmi">http://www.deed.state.mn.us/lmi</A> </DIV></BODY></HTML>