A SERVICE OF

logo

Entry-Related Directives
104 Netscape Directory Server Gateway Customization Guide
DS_CLOSEBUTTON
Description
Displays a Close button, which causes the containing window to be closed.
Arguments
label=text. Use "text" as the label on the button. If not provided, the text
"Close Window" is used.
Example
<!-- DS_CLOSEBUTTON "label=Cancel" -->
DS_BEGIN_ENTRYFORM
Description
Causes the gateway to emit an HTML FORM directive, and several hidden form
elements which are required for proper operation of the gateway. This directive
must appear within a DS_ENTRYBEGIN...DS_ENTRY_END block.
Arguments
None.
DS_END_ENTRYFORM
Description
Causes the gateway to emit a </FORM> tag. This directive must appear within a
DS_ENTRYBEGIN...DS_ENTRY_END block.
Arguments
None.