Changes the HTTP return code for this page.
See the Appendix for a list of HTTP return
codes.
Attributes
- code
-
The return code to set.
Example
<apre foo>Try it</apre>
<if prestate=foo>
<header name=Location value=http://www.roxen.com/>
<return code=301>
</if>
Try it
|