I have an interesting delema. I have a two-frame window. The top
frame has a listing of years and months. The user needs to select a
year, then a month - which will then bring up a page in the bottom
frame.
I know there are other ways of doing this (ie two drop downs) - but I'd
like to have the full row of years and months always showing - so in
effect the user would need to first select the year, then select the
month. Thus, two clicks to select a single URL. See rough example
below:
1999 2000 2001 2002 2003 2004 2005
Jan Feb Mar Apr May Jun Jul Aug Sep Oct...
Any ideas?
frame has a listing of years and months. The user needs to select a
year, then a month - which will then bring up a page in the bottom
frame.
I know there are other ways of doing this (ie two drop downs) - but I'd
like to have the full row of years and months always showing - so in
effect the user would need to first select the year, then select the
month. Thus, two clicks to select a single URL. See rough example
below:
1999 2000 2001 2002 2003 2004 2005
Jan Feb Mar Apr May Jun Jul Aug Sep Oct...
Any ideas?
Comment