Return HTML of a search form for the specified table
ns_searchform dbhandle table {target {}} {button "Search"}
ns_searchform returns the HTML for a search form for the specified database table in the form of an HTML table. The dbhandle argument is a database handle (obtained with ns_db gethandle). The target defaults to /NS/Db/SearchQBF/poolname/tablename. The button argument specifies the text for the submit button, which defaults to "Search".