| Name | Description
|
| <aconf> |
Creates a link that can modify the persistent states in the cookie
RoxenConfig. |
| <apre> |
Creates a link that can modify prestates. |
| <auth-required> |
Adds an HTTP auth required header and return code (401), that will
force the user to supply a login name and password. |
| <expire-time> |
Sets cache expire time for the document. |
| <header> |
Adds a header to the document. |
| <killframe> |
This tag adds some JavaScript that will prevent others from putting
the page in a frame. |
| <redirect> |
Redirects the user to another page. |
| <remove-cookie> |
Sets the expire-time of a cookie to a date that has already occured.
This forces the browser to remove it. |
| <return> |
Changes the HTTP return code for this page. |
| <set-cookie> |
Sets a cookie that will be stored by the user's browser. |
| <throttle> | This tag determines a request's allocated bandwidth. |