Thursday March 28, 2024

       
      SteelArrow Basics
      SteelArrow Tags
  SteelArrow Functions
  SteelArrow Objects
  Advanced Topics
  WAS Overview
   
   
       
      Overview
  Code Samples
  Site Search
   
   
   


Get SteelArrow!     
  HEADER Table    
 
 
 
Return to Predefined Objects Page
 
The HEADER table contains information that is to be returned to the client software. It has two predefined values: 'ContentType' and 'Date'. Values can be accessed using the syntax: HEADER.variableName

The variable name is only for developer reference, the value of the variable is what is actually returned to the client. The example that follows shows how a new header can be added to a reply.


<!--- Add a new header value --->
<SASET NAME=HEADER.variableName VALUE=value>

<!--- A working example --->
<SASET NAME=HEADER.ContentType VALUE="Content-Type: text/wml">
         

The XML samples that are available show how the Content-Type is changed from the default text/html to text/xml; .xmlByCol and .xmlByRow






Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy