The following HTML tags are used when building a form: (1) METHOD, which is the type of request that is sent when the form is submitted; it preferably is POST; (2) ACTION, which is the URL to be submitted; it preferably is in the form: ???Distinguished name????????Search format???; and (3) INPUT, which is an input area on the form which follows the form: <INPUT TYPE=type NAME=name VALUE=value>.