NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



AddHeader

Adds a HTTP header to the response

The AddHeader command allows you to add an additional header to the web server output. You may call AddHeader an unlimited number of times to add additional headers. Remember that AddHeader must be called before any actual output is sent, either by html output, the Say command, or any external functions.

Sample Source

AddHeader "Pragma" As "no-cache"

Related Function(s):
   ContentType; SuppressHeaders;

Minimum version: 4.7.20050120