 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Krumbly
Joined: 10 Dec 2004 Posts: 2
|
Posted: Fri Dec 10, 2004 3:28 am How to display archived web pages |
|
|
|
I created a simple site to show the results from the weekly sesions of a local bridge club - a table of dates pointing to the actual results files, using a dummy (results not yet available) page for dates in the future table entries thus:-
<TD align="left"><SPAN class="c13">
<A href="archive/040318.htm">040318</A></SPAN>
</TD>
Since October, we now have three sessions per week and I want to move to three (HTML) tables, one for each of the weekly sessions, limited to three rolling months, and allow access to the archive from a single input box. I've tried as follows:-
<form name="history" action="display results file??"
method="get" input type="text">
Date to view
<input type="text" name="YYMMDD" value="YYMMDD" size=6>
<input type="submit" value="Find">
<A href="archive/041202.htm">
<!-- Now I want to convert the date (say 041202) to display the file
archive/041202.htm
-->
</form>
but how do I get the ".htm" appended to the (inputted file) name and the display the web page? Using the browser "Back" button to return is not a problem. |
|
Krumbly
Joined: 10 Dec 2004 Posts: 2
|
Posted: Fri Dec 10, 2004 3:38 am |
|
|
|
| I forgot to add: the subscription we have on Easyspace does not allow cgi, php etc. Also, I tried ONCHANGE, but need the target filename to be built. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|