ad_header

EveAndersson.com : API Browser : ad_header

ad_header

ad_header [ -focus focus ] page_title \
    [ extra_stuff_for_document_head ]
Defined in packages/acs-core/defs-procs.tcl

writes HEAD, TITLE, and BODY tags to start off pages in a consistent fashion.

Switches:
-focus (optional) - The name of an form input element to give focus to initially. The value supplied must be form_name.input_name (so you must name your form). The result is a small chunk of javascript code in the <body> tag, that focuses the input field.

Parameters:
page_title
extra_stuff_for_document_head (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com