Lines Matching refs:document

1675 # $title -> (optional) The title for this HTML document (-title)
1677 # $base -> (optional) if set to true, will enter the BASE address of this document
1900 # End an HTML document.
4409 The examples in this document mainly use the object-oriented style.
4430 case, the single argument is the document type.
5195 document itself. CGI.pm provides functions for generating HTTP
5206 HTTP header. This tells the browser what type of document to expect,
5208 date, and whether to cache the document. The header can also be
5309 Sometimes you don't want to produce a document yourself, but simply
5557 helps resolve relative addresses to absolute ones when the document is moved,
5558 but makes the document hierarchy non-portable. Use with care!
5571 This ends an HTML document by printing the </body></html> tags.
5580 useful when you want to jump around within the document using
6268 a hash containing all the document headers.
7178 =item 1. Create a <Frameset> document
7181 HTML document using the start_html() call, create a <frameset>
7182 document that defines the frames on the page. Specify your script(s)
7188 =item 2. Specify the destination for the document in the HTTP header
7197 document into that. There are a number of magic names that you can
7200 =item 3. Specify the destination for the document in the <form> tag
7229 HTML document, hypertext links, all the various elements of a fill-out
7238 The browser is loading the current document. Valid in:
7356 To incorporate a stylesheet into your document, pass the
7370 To refer to a style within the body of your document, add the
7425 multiple stylesheets into your document.
7790 what MIME boundary string to use to separate parts of the document.
7797 Start a new part of the multipart document using the specified MIME
7806 document when multipart_final() should be called instead of multipart_end().
7813 multipart_end() at the end of the last part of the multipart document.