Form 表單名
SaveOptions 如果是0則文檔不儲存,預設是1
SendTo 發件人
Subject 發件主題
$Body 郵件正文
MailOptions 如果是1,則文檔關閉時要被郵寄,預設是0
$$Return 這是WEB下送出頁面的傳回内容
$$HTMLFrontMatter 标記之前的内容
$$HTMLAttributes 标記的屬性
$$HTMLHead 這是4.6版本用的,表示頁面HEAD的内容,
$$HTMLBody 這是4.6版本用的,表示頁面Body的屬性
$Anonymous 1 表示此文檔是由匿名表單建立的匿名文檔
$GroupScheduleShowLegend 1 安排群組日程時,決定是否顯示圖例
$PublicAccess 1 文檔中包含此域表示:允許為公共通路文檔
$$WebClient 如果是WEB浏覽器使用者,則自動包含在@UserRoles中
$Readers 如果設定了表單的讀者權限,則在文檔中會出現這個域
$FILE 如果文檔包含附件,則會出現這個域,RTF包含附件,不會出現
$$ViewBody 在web下嵌入視圖,R4
$KeepPrivate 為1時文檔不可拷貝、列印、轉發
$V2AttachmentOptions 此值如果設定為0就可以隐藏表單中的附件
$Ref 存儲子文檔(回複文檔)對應父文檔的唯一辨別符(UNID)
$Title
$Info
$WindowTitle
cgi 變量
标題1----
Field name Returns
Auth_Type If the server supports user authentication and the script is protected, this is the protocol-specific authentication method used to validate the user.如果伺服器支援使用者驗證而且 Script 被保護,這是用于校驗使用者的特定協定的驗證方法。
Content_Length The length of the content, as given by the client.内容的長度,與客戶機給出的相同。
Content_Type For queries that have attached information, such as HTTP POST and PUT, this is the content type of the data.對于帶有附加資訊的查詢,比如 HTTP POST 和 PUT,這是資料的内容類型。
Gateway_Interface The version of the CGI spec with which the server complies.伺服器所遵守的 CGI 規範版本。
HTTP_Accept The MIME types that the client accepts, as specified by HTTP headers.客戶機接受的 MIME 類型,通過 HTTP 标題指定。
HTTP_Accept_language The languages that the client accepts, as specified by HTTP headers.客戶機接受的語言,通過 HTTP 标題指定。
HTTP_Referer The URL of the page the user used to get here.使用者經常通路的頁面的 URL 位址。
HTTPS Indicates if SSL mode is enabled for the server.
訓示伺服器是否啟用 SSL 模式。
HTTPS_CLIENT_CERT_COMMON_NAME The common name on the x.509 certificate
驗證字上的公共名稱
HTTPS_CLIENT_CERT_ISSUER_COMMON_NAME The issuer of the x.509 certificate
x.509 驗證字的發行者
HTTPS_KEYSIZE The session key during an SSL session. For example, 40-bit, 128-bit.
會話過程中的會話密鑰。例如:40-bit、128-bit。
HTTP_User_Agent The browser that the client is using to send the request.
Path_Info The extra path information (from the server’s root HMTL directory), as given by the client. In other words, scripts can be accessed by their virtual path name, followed by extra information that is sent as PATH_INFO.
Path_Info_Decoded Returns the same as Path_Info, but decodes the string. For example, if a URL references a view name that contains characters that are not allowed a URL, the name is encoded.This CGIvariable decodes the string.Path_Info_Decoded is available to Domino applications only.
Path_Translated The server provides a translated version of PATH_INFO, which takes the path and does any virtual-to-physical mapping to it.
伺服器提供 PATH_INFO 的翻譯版本,它獲得路徑并能對其進行從虛拟位址到實體位址的任何映射。
Query_String The information that follows the question mark (?) in the URL that referenced this script.位址 ? 後的資訊,或在某些情況下是引用此 Script 的 URL 中位于 !* 後的資訊。
Note If your Domino server is configured to allow search engines to search your Web site Domino will generate URLs with an exclamation mark (!) instead of a question mark (?).If this is the case the Query_String CGI variable includes the information that follows the exclamation mark (!). Domino always recognizes both the question mark (?) and the exclamation mark (!), but only generates URLs with the exclamation mark (!) if your site is accessible to Web search engines.Generating URLs with an exclamation mark (!) makes them more searchable.
Query_String_Decoded Returns the same as Query_String, but decodes the string.For example, if a URL references a view name that contains characters that are not allowed in a URL, the name is encoded.This CGI variable decodes that string.Path_Info_Decoded is available to Domino applications only.
傳回值與 Query_String 相同,但是将字元串解碼。例如:如果 URL 引用了一個包含不允許出現在 URL 中的字元的視圖名稱,此名稱會被編碼。此 CGI 變量将字元串解碼。Path_Info_Decoded 僅對于 Domino 應用程式可用。
Remote_Addr The IP address of the remote host making the request.
送出請求的遠端主機的 IP 位址。
Remote_Host The name of the host making the request.
送出請求的主機名稱。
Remote_Ident This variable will be set to the remote user name retrieved from the server. Use this variable only for logging.
此變量會設定為從伺服器提取的遠端使用者名。僅登入時使用此變量。
Remote_User Authentication method that returns the authenticated user name.
傳回被驗證使用者名的驗證方法。
Request_Content Supported only for agents. Contains the data sent with an HTTP POST request. The data is usually “URLencoded,” consisting of name=value pairs concatenated by ampersands. For example, FirstName=John&LastName=Doe
僅由代理支援。包含使用 HTTP POST 請求發送的資料。此資料經常是“URL 編碼的”,由用“&”連接配接的 name=value 對組成。例如: FirstName=John&LastName=Doe
Request_Content_nnn Used when the amount of data to be sent with an HTTP POST request exceeds the 64K limit. The first 64K of data is sent in Request_Content_000, the second 64K of data is sent in Request_Content_001, and so on.
Request_Method The method used to make the request. For HTTP, this is “GET,” “HEAD,” “POST,” and so on.
用于送出請求的方法。對于 HTTP,是“GET”、“HEAD”、“POST” 等等。
Script_Name A virtual path to the script being executed, used for self-referencing URLs.
到被執行的 Script 的虛拟路徑,用于自引用的 URL。
Server_Name The server’s host name, DNS alias, or IP address as it would appear in self-referencing URLs.
伺服器的宿主名稱、DNS 别名或 IP 位址,将出現在自引用的 URL 中。
Server_Protocol The name and revision of the information protocol accompanying this request.
與請求同時出現的資訊協定的名稱和修訂。
Server_Port The port to which the request was sent.
發送請求的端口。
Server_Software The name and version of the information server software running the CGIprogram.
運作 CGI 程式的資訊伺服器軟體的名稱和版本。
Server_URL_Gateway_Interface The version of the CGI spec with which the server complies.
伺服器遵守的 CGI 規範的版本。
檢查文檔中的域值:
1. 在視圖中選中文檔。
2. 選擇“檔案”“文檔屬性”。
3. 單擊“域”附簽。
4. 單擊左邊列中的域名以顯示此域。
檢視文檔是否包含特定域或域值,修正沒有正确計算域值的域。空值 () 說明域是空的。
文檔包含使用者設計的域和 Domino 自動産生的域。大多數由 Domino 産生的域都以 $ 打頭。以下由 Domino 産生的域用于:
$File 為文檔中每個附件顯示一個條目。
$Links 為文檔中每個連結顯示一個條目。
$Readers 域在文檔包含讀權限清單時,列出被授權的讀者。
$Revisions 域列出自從文檔第一次儲存以來,每次編輯的日期和時間。
$Title、$Info、$WindowTitle、$Body 和 $Actions 與存儲在文檔中的表單相關。
$UpdatedBy 列出文檔的作者和編輯者。匿名表單無此域。
Form 訓示用來建立文檔的表單的名稱或是最近用來儲存文檔的表單的名稱。使用視圖中的表單來選擇由此表單建立的文檔。
PostedDate 訓示文檔已被寄出并顯示郵寄的時間和日期。
具有内置功能的預定義域
Designer 提供了預定義域,可以使用它們來自動添加一些隻有自己程式設計才能實作的功能。例如:如果希望設計一個具有郵寄選項的表單,則可在表單中添加預定義郵件域,例如:SendTo 和 CopyTo 域。Designer 識别該域并與郵件路由器互相作用,路由器将傳遞和發送郵寄文檔。
如果使用保留的域名并且用法與其不同或對域重定義,Desinger 将顯示錯誤消息。
嵌入元素的保留域名稱
保留域名稱 用途
$$ViewBody 包含嵌入視圖
$$ViewList 包含嵌入檔案夾窗格
$$NavigatorBody 包含嵌入導航器
$GroupScheduleRefreshMode 包含重新整理嵌入的群組日程安排控件的值
$GroupScheduleShowLegend 有效值為 0 和 1。0 表示不應顯示彩色圖例,1 表示應顯示。預設值為 1。
用于記帳應用程式的保留域
$ChargeRead 當使用者打開包含此域的文檔時建立一個記帳記錄
$ChargeWrite 當使用者建立、拷貝、編輯或儲存包含此域的文檔時建立一個記帳記錄
通用保留域
Categories 分類文檔
$VersionOpt 控制文檔的版本跟蹤
FolderOptions 将新文檔放置到檔案夾中
Secret EncryptionKeys 使用秘密密鑰加密文檔,而不是使用公用密鑰
HTML 将 HTML 直接傳遞到伺服器上
$$HTMLHead 傳遞駐留在文檔的 标記内的 HTML 資訊。傳遞的資訊可能是中繼資料(使用 标記)、javascript 代碼(使用