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