Eh Ess Pee Dot Net
Hello:
Myself, I would use ASP.NET, but this may not be the best for your organisation. I would imagine that Cold Fusion( which seems like a pretty good technology ) has access to the file system, so I would think that you cna write some code that looks for all of the file in a certain directory and respond with a page that links to those documents. Any good web programming technology should be able to do so!
Sincerely,
Kevin Parkinson
__________________
public class MySignature extends Post implements JavaSyntax throws NuttinHoney{
MySignature()
{
Salutation();
Name();
}
public string Salutation()
{
Screen.printLn( "Sincerely,\n" );
}
public string Name()
{
Screen.printLn( "Kevin Parkinson" );
}
}
|