Basic Web Design
 
Intermediate Web Design
 
Advanced Web Design
Web Design Program
 
Scripting Database
 
 

  Home

Configuration Commands

JavaScript  

The config directive controls various aspects of the file parsing. There are two valid tags:

errmsg
controls what message is sent back to the client if an error includes while parsing the document. When an error occurs, it is logged in the server's error log.

<!--#config errmsg="[This directive failed miserably!]"-->
<!--#include file="does_not_exist.txt"-->

Result: [This directive failed miserably!]

sizefmt
determines the formatting to be used when displaying the size of a file. Valid choices are bytes, for a formatted byte count (formatted as 1,234,567), or abbrev for an abbreviated version displaying the number of kilobytes or megabytes the file occupies.

<!--#config sizefmt="bytes"-->

Java Applets
Available CGI
META Tags
Server Elements
  Page Includes
  Configuration
  Other Elements
   
   
   
Give us your Questions of Comments!!!