Krumbly
12-11-2004, 07:12 PM
I have a directory/folder of results (name format YYMMDD.htm) for a bridge club and want to input the results date required and display the appropriate page. I have tried along the lines of:
function hist(DMY)
{DMYHTM="/archive/"+DMY+"htm"
return DMYHTM}
-
-
histin: <INPUT name="histin" onChange="hist(this.value)">
without success.
If it is possible to show the archived result files this way, how do I do it? I have managed to produce a drop-down text box for members to choose links to other bridge clubs/associations using SELECT/OPTION but the club has three sessions a week and wants to store the history "in perpetuity" - which, with a year's worth already, would be a long drop-down. I started by showing the dates as cells in a table, linking (by A HREF yymmdd.htm) when we only had one session a week and no history, but this is no longer a viable way of giving members access to the archive.
Keith
function hist(DMY)
{DMYHTM="/archive/"+DMY+"htm"
return DMYHTM}
-
-
histin: <INPUT name="histin" onChange="hist(this.value)">
without success.
If it is possible to show the archived result files this way, how do I do it? I have managed to produce a drop-down text box for members to choose links to other bridge clubs/associations using SELECT/OPTION but the club has three sessions a week and wants to store the history "in perpetuity" - which, with a year's worth already, would be a long drop-down. I started by showing the dates as cells in a table, linking (by A HREF yymmdd.htm) when we only had one session a week and no history, but this is no longer a viable way of giving members access to the archive.
Keith