RE: .shtml?

by "Andre L Crane" <andre(at)terracrane.com>

 Date:  Wed, 23 Jan 2002 20:06:04 -0500
 To:  <bryan.westbrook(at)amd.com>,
<hwg-techniques(at)hwg.org>
 In-Reply-To:  amd
  todo: View Thread, Original
the two are actually quite different. ASP is a server side scripting
language that can perform many actions. .shtml (SSI) is typically a one line
statement that tells the server to perform a specific action, such as
include text from a file, or the last modified date of the page.

Another way to look at it is that SSI does not have control statements, such
as:

--------------------
If [condition] Then
	[program statements]
Else
	[program statements]
End If
--------------------

HTH,

Andre

-----Original Message-----
From: owner-hwg-techniques(at)hwg.org
[mailto:owner-hwg-techniques(at)hwg.org]On Behalf Of
bryan.westbrook(at)amd.com
Sent: Wednesday, January 23, 2002 3:40 PM
To: hwg-techniques(at)hwg.org
Subject: RE: .shtml?


What is the difference between .shtml and .asp?

Is it just one of Microsoft Vs. Apache terminology, or does it go deeper
than that?


-----Original Message-----
From: Norman Bunn [mailto:norman.bunn(at)craftedsolutions.com]
Sent: Wednesday, January 23, 2002 1:34 PM
To: Linda Mercer/Wishstar; hwg-techniques(at)hwg.org
Subject: Re: .shtml?


SHTML is an extension for files that are to be parsed by the web server for
Server Side Includes (SSI).  SSI is a simple notation that is inserted into
plain old HTML telling the server to include things such as text, file mod
dates and more.  Any good HTML text will have more info of SSI.  You can
also go to:

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA