Adds an HTTP header to the result from page.
See the Appendix for a list of HTTP
headers.
Attributes
- name=string
-
The name of the header.
- value=string
-
The value of the header.
Example
<apre foo>Try it</apre>
<if prestate=foo>
<header name=Location value=http://www.roxen.com/>
<return code=301>
</if>
Try it
|