Got the drop downs working.

On Friday, December 16, 2016 at 2:22:05 PM UTC-7, Oscar wrote:
>
> Hi Everyone,
>
> I'm looking to create a drop down list of MMDD.  I tried coping the NOAA 
> drop downs.  I thought I could use $monthDay to get a list, but that isn't 
> defined.  
>
>                 <select NAME=noaaselect onchange="openTestFile(value)">
>                 #for $monthYear in $SummaryByMonth
>                     <option value="$monthDay">$monthDay</option>
>                 #end for
>                 <option selected>-Select month Day-</option>
>                 </select>
>   
> Thanks,
> Oscar
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to