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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to