docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualHTTP Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<aconf>
<apre>
<auth-required>
<expire-time>
<header>
<killframe>
<redirect>
<remove-cookie>
<return>
<set-cookie>
<throttle>

<aconf></aconf>

Provided by module: RXML 2 tags

Creates a link that can modify the persistent states in the cookie RoxenConfig. In practice it will add <keyword>/ right after the server, i.e. if you want to remove bacon and add egg the first "directory" in the path will be <-bacon,egg>. If the user follows this link the WebServer will understand how the RoxenConfig cookie should be modified and will send a new cookie along with a redirect to the given url, but with the first "directory" removed. The presence of a certain keyword in can be controlled with <if config>.


Attributes

href="uri"

Indicates which page should be linked to, if any other than the present one.


add="string"

The "cookie" or "cookies" that should be added, in a comma separated list.


drop="string"

The "cookie" or "cookies" that should be droped, in a comma separated list.


class="string"

This cascading style sheet (CSS) class definition will apply to the a-element.

All other attributes will be inherited by the generated a tag.