View Single Post
Old Apr 6th, 2005, 9:47 PM   #7
new User(Kevin.Parkinson)
Programmer
 
new User(Kevin.Parkinson)'s Avatar
 
Join Date: Mar 2005
Location: Edmonton, Alberta, Canada
Posts: 37
Rep Power: 0 new User(Kevin.Parkinson) is on a distinguished road
Send a message via MSN to new User(Kevin.Parkinson)
Post 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" );
     }
}
new User(Kevin.Parkinson) is offline   Reply With Quote