Share via


HttpPath Element

The HttpPath element returns the path to the appropriate OWSSVR.DLL.

Syntax

<HttpPath
  CS = "TRUE" | "FALSE">
</HttpPath>

Attributes

Name Description
CS Optional Boolean. FALSE if the Microsoft FrontPage character set is not appended to the path.
Parent Elements
Default, DisplayPattern, ListFormButtons, ListFormOpening, Toolbar

Remarks

By default, this element appends **CS=**XXX, where XXX is the FrontPage character set (for example, 109 = UTF-8) of the page that contains the element. This allows the form handler to properly interpret data coming from the browser, which is encoded by using the character set and the encoding of the page that contains the form.

Note that it is possible to prevent the character set from being represented by setting the CS attribute to FALSE. For example,

<HttpPath CS="FALSE"/>

renders the following:

http://myserver/_vti_bin/owssvr.dll

As another example, <HttpPath/>&Using=Default.htm would produce the following:

http://myserver/_vti_bin/owssvr.dll?Using=Default.htm

See Also

HTMLBase

HTTPHeader