|
genusus -> RE: Automatic link update? (10/19/2006 1:18:58)
|
You can use the FileSystemObject to check and see if a file exists. Since you know the names of the files and you know where you're storing them, if you re-do you calendar / status page as ASP (if it's not already) then you can write a bit of code to iterate through the days of the month, from the 1st to the current day, and generate links where those files exist and link-less text where they don't. As for putting the links in red, that would depend...you'd need to parse the files and look for some bit of identifying text in order to determine that automatically. If the text from the files was also stored in a SQL Server database, you could do a Full Text Search on the data instead of parsing the .htm files. Lou
|
|
|
|