|
-
Dec 5th, 2001, 10:24 AM
#1
Thread Starter
Frenzied Member
Shtml
What is SHTML?
What does it run on?
How does it commpare to other web technologlies?
-
Dec 5th, 2001, 10:46 AM
#2
Black Cat
You refering to Server Side Includes?
In its simplest form, you can use it to write a snippet of html, put it in a file, then include that file in *.shtml pages, and when the server processes the include statement, it replaces it which the html chunk. Handy for using menus and stuff across pages.
It works on Apache and IIS, and can do advanced stuff like echo environment variables, show the file's last modied date, or execute other cgi scripts.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Dec 5th, 2001, 10:56 AM
#3
Thread Starter
Frenzied Member
OIC!
It's different to html in that normal html "includes" include other file at the browser.
-
Dec 5th, 2001, 01:43 PM
#4
Black Cat
Yeah, exactly.
Its like an extremely watered down version of CGI.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|