> One more question please. When using DateRanges with swish.cgi, > where does the range of years in the dropdowns come from? I think from the module itself. That module was a one hour hack so there's not a lot of control. Yes, I think this is it: $CGI->popup_menu( -name => "${name}_year", -default => $year, -values => [reverse ($cur_year-8..$cur_year) ], ); -- Bill Moseley moseley@hank.orgReceived on Mon Mar 1 12:09:29 2004