| Brendan OBrien wrote:
 >
 > What exactly do .asp files do, i've seen them but never understood the
 > difference between .htm and .asp and why they are used could someone please
 > inform me.
 
 ..asp files are like .html pages, except that .asp pages contains code
 that is executed on the webserver. This could be extracting informations
 from a database or making calculations, which is then presented to the
 client. ASP pages usually outputs html-code, but kan also out xml,
 xhtml, and other types of code.
 Best Regards
 Lars Hoffmann
 
 
 |