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

   

Encoding
Client Scope
Cookie Scope
Form Scope
Page Scope
Roxen Scope
Var Scope

Client

This scope contains information specific to the client/browser that is accessing the page.


&client.Fullname; (provided by RXML 2 tags)

The full user agent string, i.e. name of the client and additional info like; operating system, type of computer, etc. E.g. "Mozilla/4.7 [en] (X11; I; SunOS 5.7 i86pc)".


&client.accept-language; (provided by RXML 2 tags)

The client prefers to have the page contents presented in this language.


&client.accept-languages; (provided by RXML 2 tags)

The client prefers to have the page contents presented in this language but these additional languages are accepted as well.


&client.authenticated; (provided by RXML 2 tags)

Returns the name of the user logged on to the site, i.e. the login name, if any exists.


&client.fullname; (provided by RXML 2 tags)

The full user agent string, i.e. name of the client and additional info like; operating system, type of computer, etc. E.g. "mozilla/4.7 [en] (x11; i; sunos 5.7 i86pc)".


&client.height; (provided by RXML 2 tags)

The presentation area height in pixels. For WAP-phones.


&client.host; (provided by RXML 2 tags)

The host name of the client, if possible to resolve.


&client.ip; (provided by RXML 2 tags)

The client is located on this IP-address.


&client.javascript; (provided by RXML 2 tags)

Returns the highest version of javascript supported.


&client.language; (provided by RXML 2 tags)

The clients most preferred language.


&client.languages; (provided by RXML 2 tags)

An ordered list of the clients most preferred.


&client.name; (provided by RXML 2 tags)

The name of the client, i.e. "Mozilla/4.7".


&client.password; (provided by RXML 2 tags)


&client.referrer; (provided by RXML 2 tags)

Prints the URL of the page on which the user followed a link that brought her to this page. The information comes from the referrer header sent by the browser.


&client.robot; (provided by RXML 2 tags)

Returns the name of the webrobot. Useful if the robot requesting pages is to be served other contents than most visitors. Use &client.robot; together with <if>.

Possible webrobots are: ms-url-control, architex, backrub, checkbot, fast, freecrawl, passagen, gcreep, getright, googlebot, harvest, alexa, infoseek, intraseek, lycos, webinfo, roxen, altavista, scout, slurp, url-minder, webcrawler, wget, xenu and yahoo.


&client.user; (provided by RXML 2 tags)

Returns the name the user used when he/she tried to log on the site, i.e. the login name, if any exists.


&client.width; (provided by RXML 2 tags)

The presentation area width in pixels. For WAP-phones.