Results 1 to 4 of 4

Thread: Shtml

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Shtml

    What is SHTML?
    What does it run on?
    How does it commpare to other web technologlies?
    Mark
    -------------------

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  3. #3

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    OIC!

    It's different to html in that normal html "includes" include other file at the browser.
    Mark
    -------------------

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
  •  



Click Here to Expand Forum to Full Width