$_findbox
variable
- $_findbox
applicable sections
- html
associated vinetype.config variables
description
Place this variable at the location in the body element where you want the Search textbox to appear.
notes
The $_findbox variable must be placed inside a form element with the following attributes:
- id="frmfind"
- action="default.aspx"
- method="post"
This variable generates two input elements
- The first input element will contain the following attributes:
- name="findbox"
- id="findbox"
- size="15"
- class="findbox"
- The second input element will contain the following attributes:
- type="submit"
- name="submitfind"
- id="submitfind"
- class="findbutton"
- value="Find"
The size of the text entry box can be overridden by CSS.