HTML selBox(String name, Int len, [String] opts, String def="", String id="", String extra="")
Arguments
name: The name of the selectorlen: The size of the selector (use 0 for a drop-down selection box)opts: The options for the selectordef: The default option
Usage
Returns the HTML for a selection box. Note that none of the input values are escaped, so you must ensure that name contains no '"' characters, and opts contains no values containing '<' characters.