docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualHTTP tags
   

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

    Redirects the user to another page. Requires the to attribute.

    Attributes

    to
    to=string
    Where the user should be sent to.
    add
    add=string
    The prestate or prestates that should be added, in a comma seperated list.
    drop
    drop=string
    The prestate or prestates that should be dropped, in a comma seperated list.
    text
    text=string
    Sends a text string to the browser, that hints from where and why the page was redirected. Not all browsers will show this string. Only special clients like Telnet uses it.
    Arguments prefixed with "add" or "drop" are treated as prestate toggles, which are added or removed, respectively, from the current set of prestates in the URL in the redirect header (see also ). Note that this only works when the to=... URL is absolute, i.e. begins with a "/", otherwise these state toggles have no effect.