DHTML (sort of...)

liunx

Guest
I have a web page which is used as an introduction to a series of reporting elements on web pages. One of the items I want to include on the introductory page is a hyper link for each report from past months. I need to try to do this without human intervention. The report files all share the same name (e.g. db_c_in_m.html) except previous ones have a month/yr ending on the name (e.g. db_c_in_m_jul2003.html) which is engineered programmatically.<br />
<br />
Does anyone have an idea how the program can automatically check and see if their are any previous period reports not included in the listing before it's displayed and create the hyperlinks for them? :D<!--content-->This can only be done with a server side language, perl, php etc.<!--content-->
 
Back
Top